mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Add paths of private frameworks to linker rpath options
This commit is contained in:
parent
f41e423b30
commit
6e9bd23a1f
@ -44,7 +44,9 @@ if LYX_WIN_RESOURCE
|
||||
endif
|
||||
|
||||
if INSTALL_MACOSX
|
||||
lyx_LDFLAGS = -framework AppKit -framework ApplicationServices
|
||||
lyx_LDFLAGS = -framework AppKit -framework ApplicationServices \
|
||||
-Wl,-rpath,@loader_path/../Frameworks \
|
||||
-Wl,-rpath,@executable_path/../Frameworks
|
||||
endif
|
||||
|
||||
#lyx_LDFLAGS=-Wl,-O1
|
||||
|
Loading…
Reference in New Issue
Block a user