Skip to content

Commit

Permalink
Compile JSC on Windows and Linux as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Dec 8, 2017
1 parent 7cda260 commit 1c4693f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def Jsc():
command = ['xcrun', PREBUILT_CMAKE_BIN, '-Wno-dev',
'..', '-G', 'Ninja',
'-DCMAKE_BUILD_TYPE="Release"',
'-DPORT=Mac',
'-DPORT=JSCOnly',
'-DENABLE_WEBASSEMBLY=ON']

command.extend(OverrideCMakeCompiler())
Expand Down Expand Up @@ -1427,7 +1427,7 @@ def AllBuilds(use_asm=False):
# Host tools
Build('llvm', LLVM),
Build('v8', V8),
Build('jsc', Jsc, no_windows=True, no_linux=True),
Build('jsc', Jsc),
Build('wabt', Wabt),
Build('ocaml', OCaml, no_windows=True),
Build('spec', Spec, no_windows=True),
Expand Down

0 comments on commit 1c4693f

Please sign in to comment.