Tweak path to rollup for Windows

This commit is contained in:
Alex Crichton 2018-02-02 08:51:45 -08:00
parent baa144d141
commit ec1c263480

View File

@ -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() {