diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2023-02-26 10:57:47 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2023-02-26 10:57:47 +1100 |
commit | a7641e03b04fe14776d64d51b0f8f914280bf7ca (patch) | |
tree | 65f78006de471351eadb860b04bc44232a1a2be0 | |
parent | dce172e8b5508f9acd14d4241e18b875a5f67d90 (diff) | |
download | scintilla-mirror-a7641e03b04fe14776d64d51b0f8f914280bf7ca.tar.gz |
Specify runpath for ScintillaTest to be able to run on a different computer,
-rw-r--r-- | cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj index 8c88eb626..d54495357 100644 --- a/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj +++ b/cocoa/ScintillaTest/ScintillaTest.xcodeproj/project.pbxproj @@ -314,6 +314,7 @@ HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; + LD_RUNPATH_SEARCH_PATHS = "$(LD_RUNPATH_SEARCH_PATHS_$(IS_MACCATALYST)) @executable_path/../Frameworks"; LIBRARY_SEARCH_PATHS = "$(inherited)"; MACOSX_DEPLOYMENT_TARGET = 10.9; OTHER_LDFLAGS = ""; @@ -341,6 +342,7 @@ HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = Info.plist; INSTALL_PATH = "$(HOME)/Applications"; + LD_RUNPATH_SEARCH_PATHS = "$(LD_RUNPATH_SEARCH_PATHS_$(IS_MACCATALYST)) @executable_path/../Frameworks"; LIBRARY_SEARCH_PATHS = "$(inherited)"; MACOSX_DEPLOYMENT_TARGET = 10.9; OTHER_LDFLAGS = ""; |