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

Commit b0a1f10

Browse files
Update build.py
1 parent 1f732d6 commit b0a1f10

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
@@ -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)