forked from qt-creator/qt-creator
ClangPchManagerBackend: Fix linking on macOS
Change-Id: I9aad09ca3ef9e6e938cb3ea6041501dc6e89594f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -27,7 +27,7 @@ SOURCES += \
|
||||
|
||||
|
||||
unix {
|
||||
!macos: QMAKE_LFLAGS += -Wl,-z,origin
|
||||
!macx: QMAKE_LFLAGS += -Wl,-z,origin
|
||||
!disable_external_rpath: QMAKE_LFLAGS += -Wl,-rpath,$$shell_quote($${LLVM_LIBDIR})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user