mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove use of -rpath build setting
We no longer dynamically load any (custom) libraries or frameworks, so this setting is no longer needed.
This commit is contained in:
@@ -7,6 +7,3 @@ LINK += OakFoundation buffer bundles cf file io ns plist scope setti
|
||||
LN_FLAGS -= -Wl,-dead_strip_dylibs
|
||||
LN_FLAGS += -bundle
|
||||
BUNDLE_EXTENSION = qlgenerator
|
||||
|
||||
# Load frameworks from the TextMate bundle
|
||||
LN_FLAGS += -rpath @loader_path/../../../../../Frameworks
|
||||
|
||||
1
target
1
target
@@ -23,7 +23,6 @@ LN_FLAGS += -m64 -mmacosx-version-min=$APP_MIN_OS
|
||||
LN_FLAGS += -fvisibility=hidden -stdlib=libc++
|
||||
LN_FLAGS += -Wl,-dead_strip
|
||||
LN_FLAGS += -Wl,-dead_strip_dylibs
|
||||
LN_FLAGS += -rpath @executable_path/../Frameworks
|
||||
|
||||
FLAGS += -I"$libressl_prefix/include"
|
||||
CXX_FLAGS += -I"$capnp_prefix/include"
|
||||
|
||||
Reference in New Issue
Block a user