Skip to content

Commit 6ec0200

Browse files
fix: avoid using './' in local jco path for windows build
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent e1b256f commit 6ec0200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WASM_OPT ?= $(shell rm node_modules/.bin/wasm-opt ; which wasm-opt)
2-
JCO ?= ./node_modules/.bin/jco
2+
JCO ?= node ./node_modules/.bin/jco
33
STARLINGMONKEY_SRC ?= StarlingMonkey
44

55
ifndef JCO

0 commit comments

Comments
 (0)