Skip to content

Commit

Permalink
don't build C if tools not installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Mar 21, 2023
1 parent f1c9551 commit 8dbeeae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump.mjs
Expand Up @@ -55,7 +55,7 @@ async function userBump() {
)

// only re-gen the bytecode stuff if it seems someone is running emscripten here
if (fs.existsSync("runtime/devicescript-vm/built/wasmpre.js"))
if (fs.existsSync("runtime/built/jdcli"))
await $`cd bytecode && sh run.sh`.catch(_ =>
fail("bytecode gen failed")
)
Expand Down

0 comments on commit 8dbeeae

Please sign in to comment.