Bug 121635 - [iOS] Add more iOS logic to the JavaScriptCore build configuration files
Summary: [iOS] Add more iOS logic to the JavaScriptCore build configuration files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 14:03 PDT by Daniel Bates
Modified: 2013-09-19 15:15 PDT (History)
3 users (show)

See Also:


Attachments
Patch (7.00 KB, patch)
2013-09-19 14:44 PDT, Daniel Bates
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-09-19 14:03:05 PDT
Towards unifying the JavaScriptCore configuration files for OS X and iOS, we need to add more iOS logic.

Among these changes we need to define the install path for JavaScriptCore tools (e.g. jsc) with respect to the platform. Specifically, on iOS these tools are installed in $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Resources instead of $(JAVASCRIPTCORE_FRAMEWORKS_DIR)/JavaScriptCore.framework/Versions/A/Resources on OS X.
Comment 1 Daniel Bates 2013-09-19 14:44:39 PDT
Created attachment 212100 [details]
Patch
Comment 2 Geoffrey Garen 2013-09-19 15:04:19 PDT
Comment on attachment 212100 [details]
Patch

r=me
Comment 3 Daniel Bates 2013-09-19 15:15:14 PDT
Committed r156122: <http://trac.webkit.org/changeset/156122>