Bug 164145 - [JSC] Add wasm/js directory to JSC include directories in CMakeLists.txt
Summary: [JSC] Add wasm/js directory to JSC include directories in CMakeLists.txt
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-28 13:41 PDT by Yusuke Suzuki
Modified: 2016-10-28 13:57 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.34 KB, patch)
2016-10-28 13:42 PDT, Yusuke Suzuki
mcatanzaro: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2016-10-28 13:41:06 PDT
[JSC] Add wasm/js directory to JSC include directories in CMakeLists.txt
Comment 1 Yusuke Suzuki 2016-10-28 13:42:39 PDT
Created attachment 293202 [details]
Patch
Comment 2 Yusuke Suzuki 2016-10-28 13:43:51 PDT
I think it should fix the build.
Comment 3 Yusuke Suzuki 2016-10-28 13:45:12 PDT
Waiting EWS results.
Comment 4 JF Bastien 2016-10-28 13:48:08 PDT
Thanks. I think we should also only include wasm file on IF ENABLE(WEBASSSEMBLY). I can do that separately.
Comment 5 Yusuke Suzuki 2016-10-28 13:57:15 PDT
Committed r208067: <http://trac.webkit.org/changeset/208067>