summaryrefslogtreecommitdiff
path: root/macosx/Configs
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-22 20:38:45 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-09-22 20:38:45 +0000
commit470766b0327a6327ac8ede2bf6ae9547992af7eb (patch)
treefdbda0435704481de740ea11688a46945ebf5581 /macosx/Configs
parenteebd15b67838eae81a6cbebd2f31c2437d3bb3c3 (diff)
downloadpcsxr-470766b0327a6327ac8ede2bf6ae9547992af7eb.tar.gz
Generate pkginfo unconditionally.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87261 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Configs')
-rw-r--r--macosx/Configs/Pcsxr-Release.xcconfig1
-rw-r--r--macosx/Configs/Pcsxr.xcconfig1
2 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Configs/Pcsxr-Release.xcconfig b/macosx/Configs/Pcsxr-Release.xcconfig
index 54013af5..2f3c357d 100644
--- a/macosx/Configs/Pcsxr-Release.xcconfig
+++ b/macosx/Configs/Pcsxr-Release.xcconfig
@@ -11,7 +11,6 @@ STRIP_INSTALLED_PRODUCT = YES
DEAD_CODE_STRIPPING = YES
APPLY_RULES_IN_COPY_FILES = YES
-GENERATE_PKGINFO_FILE = YES
INFOPLIST_OUTPUT_FORMAT = binary
PLIST_FILE_OUTPUT_FORMAT = binary
STRINGS_FILE_OUTPUT_ENCODING = binary
diff --git a/macosx/Configs/Pcsxr.xcconfig b/macosx/Configs/Pcsxr.xcconfig
index 16b198c2..923fb575 100644
--- a/macosx/Configs/Pcsxr.xcconfig
+++ b/macosx/Configs/Pcsxr.xcconfig
@@ -20,3 +20,4 @@ PRODUCT_NAME = $(TARGET_NAME)
GCC_C_LANGUAGE_STANDARD = gnu89
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
CLANG_CXX_LIBRARY = libc++
+GENERATE_PKGINFO_FILE = YES