git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
BUILD FIX (r146558): Build testapi.mm with ARC enabled for armv7s
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
Configurations
/
ToolExecutable.xcconfig
diff --git
a/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig
b/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig
index c1a9bd7c15d743c3794a318b3ac273a3830d679f..a91c75730af3d6df548ceae8a1d3cfe95c6de561 100644
(file)
--- a/
Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig
+++ b/
Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig
@@
-36,4
+36,4
@@
GCC_ENABLE_OBJC_GC = NO;
CLANG_ENABLE_OBJC_ARC = $(CLANG_ENABLE_OBJC_ARC_$(CURRENT_ARCH));
CLANG_ENABLE_OBJC_ARC_x86_64 = YES;
CLANG_ENABLE_OBJC_ARC_armv7 = YES;
-CLANG_ENABLE_OBJC_ARC_armv
6
= YES;
+CLANG_ENABLE_OBJC_ARC_armv
7s
= YES;