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

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored Dec 8, 2017
1 parent 1f732d6 commit b0a1f10
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 @@ -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 b0a1f10

Please sign in to comment.