diff options
Diffstat (limited to 'Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig')
-rw-r--r-- | Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig b/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig index 194c240fa..65f9ad5ac 100644 --- a/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig +++ b/Source/JavaScriptCore/Configurations/ToolExecutable.xcconfig @@ -1,4 +1,4 @@ -// Copyright (C) 2011 Apple Inc. All rights reserved. +// Copyright (C) 2011, 2012 Apple Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions @@ -21,7 +21,10 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -INSTALL_PATH = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources +INSTALL_PATH = $(INSTALL_PATH_$(REAL_PLATFORM_NAME)); +INSTALL_PATH_iphoneos = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources; +INSTALL_PATH_iphonesimulator = $(INSTALL_PATH_iphoneos); +INSTALL_PATH_macosx = $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Versions/A/Resources; PRODUCT_NAME = $(TARGET_NAME); SKIP_INSTALL = $(SKIP_INSTALL_$(FORCE_TOOL_INSTALL)); |