mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix previous commit
This commit is contained in:
@ -53,6 +53,6 @@ core_windows {
|
|||||||
}
|
}
|
||||||
|
|
||||||
core_linux {
|
core_linux {
|
||||||
LIBS += -lz -pthread
|
LIBS += -lz -pthread -ldl
|
||||||
QMAKE_LFLAGS += -Wl,--rpath=./
|
QMAKE_LFLAGS += -Wl,--rpath=./
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user