Skip to content

Commit 1c4693f

Browse files
committed
Compile JSC on Windows and Linux as well
Ref. v8/web-tooling-benchmark#29 (comment)
1 parent 7cda260 commit 1c4693f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ def Jsc():
948948
command = ['xcrun', PREBUILT_CMAKE_BIN, '-Wno-dev',
949949
'..', '-G', 'Ninja',
950950
'-DCMAKE_BUILD_TYPE="Release"',
951-
'-DPORT=Mac',
951+
'-DPORT=JSCOnly',
952952
'-DENABLE_WEBASSEMBLY=ON']
953953

954954
command.extend(OverrideCMakeCompiler())
@@ -1427,7 +1427,7 @@ def AllBuilds(use_asm=False):
14271427
# Host tools
14281428
Build('llvm', LLVM),
14291429
Build('v8', V8),
1430-
Build('jsc', Jsc, no_windows=True, no_linux=True),
1430+
Build('jsc', Jsc),
14311431
Build('wabt', Wabt),
14321432
Build('ocaml', OCaml, no_windows=True),
14331433
Build('spec', Spec, no_windows=True),

0 commit comments

Comments
 (0)