Bug 147443 - Add the "wasm" directory to the Additional Include Directories for jsc.exe
Summary: Add the "wasm" directory to the Additional Include Directories for jsc.exe
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 147293
  Show dependency treegraph
 
Reported: 2015-07-29 23:42 PDT by Sukolsak Sakshuwong
Modified: 2015-07-30 11:29 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.65 KB, patch)
2015-07-29 23:49 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sukolsak Sakshuwong 2015-07-29 23:42:52 PDT
Add the "wasm" directory to the Additional Include Directories for jsc.exe. This should fix the following error in the Windows build:

"..\..\jsc.cpp(46): fatal error C1083: Cannot open include file: 'JSWASMModule.h': No such file or directory [C:\cygwin\home\buildbot\slave\win-release\build\Source\JavaScriptCore\JavaScriptCore.vcxproj\jsc\jsc.vcxproj]"
Comment 1 Sukolsak Sakshuwong 2015-07-29 23:49:21 PDT
Created attachment 257821 [details]
Patch
Comment 2 Mark Lam 2015-07-30 10:37:31 PDT
Comment on attachment 257821 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-07-30 11:29:24 PDT
Comment on attachment 257821 [details]
Patch

Clearing flags on attachment: 257821

Committed r187591: <http://trac.webkit.org/changeset/187591>
Comment 4 WebKit Commit Bot 2015-07-30 11:29:28 PDT
All reviewed patches have been landed.  Closing bug.