diff options
Diffstat (limited to 'xcode/Config/StaticLibraryTarget.xcconfig')
-rw-r--r-- | xcode/Config/StaticLibraryTarget.xcconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xcode/Config/StaticLibraryTarget.xcconfig b/xcode/Config/StaticLibraryTarget.xcconfig index 67f840a..3922fa5 100644 --- a/xcode/Config/StaticLibraryTarget.xcconfig +++ b/xcode/Config/StaticLibraryTarget.xcconfig @@ -13,3 +13,6 @@ GCC_DYNAMIC_NO_PIC = NO // Static libs should not have their internal globals or external symbols // stripped. STRIP_STYLE = debugging + +// Let the user install by specifying the $DSTROOT with xcodebuild +SKIP_INSTALL = NO |