mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix rpath instead runpath
This commit is contained in:
@ -15,8 +15,8 @@ include(../Common/base.pri)
|
||||
|
||||
DEFINES += UNICODECONVERTER_USE_DYNAMIC_LIBRARY
|
||||
|
||||
core_linux {
|
||||
QMAKE_LFLAGS += -Wl,--rpath=./
|
||||
core_linux {
|
||||
QMAKE_LFLAGS += "-Wl,-rpath,\'\$$ORIGIN\'"
|
||||
}
|
||||
|
||||
core_ios {
|
||||
|
||||
Reference in New Issue
Block a user