Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Commit 1f732d6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build.py

Lines changed: 1 addition & 1 deletion
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())

0 commit comments

Comments
 (0)