pass values for @executable_path and @loader_path to instruct the dyld where to find the Qt frameworks

This commit is contained in:
Stephan Witt 2016-01-23 07:15:32 +01:00
parent 7ecdcef236
commit 1440ae2e13

View File

@ -128,7 +128,9 @@ tex2lyx_LDADD = \
@LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
if INSTALL_MACOSX
tex2lyx_LDFLAGS = -framework AppKit
tex2lyx_LDFLAGS = -framework AppKit \
-Wl,-rpath,@loader_path/../Frameworks \
-Wl,-rpath,@executable_path/../Frameworks
endif
.PHONY: alltests alltests-recursive updatetests