diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig')
-rw-r--r-- | WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig b/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig new file mode 100644 index 0000000..e272da2 --- /dev/null +++ b/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig @@ -0,0 +1,7 @@ +#include "Base.xcconfig" +ARCHS = $(NATIVE_ARCH); + +MACOSX_DEPLOYMENT_TARGET = $(MACOSX_DEPLOYMENT_TARGET_$(MAC_OS_X_VERSION_MAJOR)) +MACOSX_DEPLOYMENT_TARGET_ = 10.4 +MACOSX_DEPLOYMENT_TARGET_1040 = 10.4 +MACOSX_DEPLOYMENT_TARGET_1050 = 10.5 |