Skip to content

Commit

Permalink
Merge branch 'jb50247' into 'master'
Browse files Browse the repository at this point in the history
[qtmozembed] Do not link against libmemory. JB#50247

See merge request mer-core/qtmozembed!63
  • Loading branch information
rainemak committed Jul 23, 2020
2 parents ece624d + 749dba3 commit c68dbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qmozembed.pri
Expand Up @@ -34,7 +34,7 @@ contains(CONFIG, with-system-nspr) {
INCLUDEPATH += $$system(pkg-config --cflags-only-I libxul)
}

LIBS += -L$$GECKO_LIB_DIR -lxpcomglue -Wl,--whole-archive -lmozglue -lmemory
LIBS += -L$$GECKO_LIB_DIR -lxpcomglue -Wl,--whole-archive -lmozglue
LIBS += -Wl,--no-whole-archive -rdynamic -ldl
PKGCONFIG += nspr pixman-1 systemsettings

Expand Down

0 comments on commit c68dbfe

Please sign in to comment.