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

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 authored Dec 8, 2017
1 parent 7cda260 commit 1f732d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 1f732d6

Please sign in to comment.