(https://bugs.webkit.org/show_bug.cgi?id=123169)
Tell Xcode that the supported platforms for all JavaScriptCore targets are iOS and OS X.
* Configurations/Base.xcconfig:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@157879
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-10-23 Daniel Bates <dabates@apple.com>
+
+ Fix JavaScriptCore build targets following <http://trac.webkit.org/changeset/157864>
+ (https://bugs.webkit.org/show_bug.cgi?id=123169)
+
+ Tell Xcode that the supported platforms for all JavaScriptCore targets are iOS and OS X.
+
+ * Configurations/Base.xcconfig:
+
2013-10-23 Michael Saboff <msaboff@apple.com>
LLInt arity check exception processing should start unwinding from caller
TARGET_MAC_OS_X_VERSION_MAJOR = $(MAC_OS_X_VERSION_MAJOR);
+SUPPORTED_PLATFORMS = iphoneos iphonesimulator macosx;
+
FRAMEWORK_SEARCH_PATHS = $(STAGED_FRAMEWORKS_SEARCH_PATH);
STAGED_FRAMEWORKS_SEARCH_PATH = $(STAGED_FRAMEWORKS_SEARCH_PATH_$(USE_STAGING_INSTALL_PATH));