summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/xcconfig/base/os.osx109.xcconfig2
-rw-r--r--macosx/xcconfig/osx109.i386.xcconfig3
-rw-r--r--macosx/xcconfig/osx109.x86_64.xcconfig3
3 files changed, 8 insertions, 0 deletions
diff --git a/macosx/xcconfig/base/os.osx109.xcconfig b/macosx/xcconfig/base/os.osx109.xcconfig
new file mode 100644
index 000000000..f702daa15
--- /dev/null
+++ b/macosx/xcconfig/base/os.osx109.xcconfig
@@ -0,0 +1,2 @@
+SDKROOT = macosx10.9
+MACOSX_DEPLOYMENT_TARGET = 10.9
diff --git a/macosx/xcconfig/osx109.i386.xcconfig b/macosx/xcconfig/osx109.i386.xcconfig
new file mode 100644
index 000000000..995d659c9
--- /dev/null
+++ b/macosx/xcconfig/osx109.i386.xcconfig
@@ -0,0 +1,3 @@
+#include "base/os.osx109.xcconfig"
+#include "base/arch.i386.xcconfig"
+EXTERNAL_XCCONFIG = osx109.i386
diff --git a/macosx/xcconfig/osx109.x86_64.xcconfig b/macosx/xcconfig/osx109.x86_64.xcconfig
new file mode 100644
index 000000000..21069e286
--- /dev/null
+++ b/macosx/xcconfig/osx109.x86_64.xcconfig
@@ -0,0 +1,3 @@
+#include "base/os.osx109.xcconfig"
+#include "base/arch.x86_64.xcconfig"
+EXTERNAL_XCCONFIG = osx109.x86_64