aboutsummaryrefslogtreecommitdiffstats
path: root/gtest/xcode/Config/FrameworkTarget.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/xcode/Config/FrameworkTarget.xcconfig')
-rw-r--r--gtest/xcode/Config/FrameworkTarget.xcconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtest/xcode/Config/FrameworkTarget.xcconfig b/gtest/xcode/Config/FrameworkTarget.xcconfig
index 3deadcd..357b1c8 100644
--- a/gtest/xcode/Config/FrameworkTarget.xcconfig
+++ b/gtest/xcode/Config/FrameworkTarget.xcconfig
@@ -13,5 +13,5 @@ GCC_DYNAMIC_NO_PIC = NO
// Dynamic libs should not have their external symbols stripped.
STRIP_STYLE = non-global
-// Installation Directory
-INSTALL_PATH = @loader_path/../Frameworks
+// Let the user install by specifying the $DSTROOT with xcodebuild
+SKIP_INSTALL = NO