Skip to content

Commit

Permalink
Try again --host
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed May 3, 2024
1 parent 4852b86 commit 9e88686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"test": "mocha --ui=tdd ./out/test/index.test.js",
"build-onig": "cd deps/oniguruma && autoreconf -vfi && emconfigure ./configure && make clean && emmake make",
"build-onig": "cd deps/oniguruma && autoreconf -vfi && emconfigure ./configure --host none && make clean && emmake make",
"build-wasm": "./scripts/build.sh",
"build-tsc": "tsc -p tsconfig.json",
"watch-tsc": "tsc -w -p tsconfig.json",
Expand Down

0 comments on commit 9e88686

Please sign in to comment.