diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig')
-rw-r--r-- | WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig b/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig index e17439e..e272da2 100644 --- a/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig +++ b/WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig @@ -1,4 +1,6 @@ #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 |