mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
pass values for @executable_path and @loader_path to instruct the dyld where to find the Qt frameworks
This commit is contained in:
parent
7ecdcef236
commit
1440ae2e13
@ -128,7 +128,9 @@ tex2lyx_LDADD = \
|
|||||||
@LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
|
@LIBS@ $(LIBSHLWAPI) $(LIBPSAPI)
|
||||||
|
|
||||||
if INSTALL_MACOSX
|
if INSTALL_MACOSX
|
||||||
tex2lyx_LDFLAGS = -framework AppKit
|
tex2lyx_LDFLAGS = -framework AppKit \
|
||||||
|
-Wl,-rpath,@loader_path/../Frameworks \
|
||||||
|
-Wl,-rpath,@executable_path/../Frameworks
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: alltests alltests-recursive updatetests
|
.PHONY: alltests alltests-recursive updatetests
|
||||||
|
Loading…
Reference in New Issue
Block a user