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:
Allan Odgaard
2016-11-06 16:35:12 +07:00
parent 5caf3f789d
commit 2f7d55dfb8
2 changed files with 0 additions and 4 deletions

View File

@@ -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
View File

@@ -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"