mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Tweak path to rollup
for Windows
This commit is contained in:
parent
baa144d141
commit
ec1c263480
@ -123,7 +123,7 @@ fn rollup() -> PathBuf {
|
||||
me.pop(); // chop off `deps`
|
||||
me.pop(); // chop off `debug` / `release`
|
||||
let install_dir = me.clone();
|
||||
me.push("node_modules/.bin/rollup");
|
||||
me.push("node_modules/rollup/bin/rollup");
|
||||
|
||||
INIT.call_once(|| {
|
||||
if !me.exists() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user