Przeglądaj źródła

upupdate node module building code to support new location of utils/build scripts.

Ben Houston 12 lat temu
rodzic
commit
96d2ab75ff
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      utils/npm/build.js

+ 1 - 1
utils/npm/build.js

@@ -87,7 +87,7 @@ var buildModule = function ( name, version ) {
 // TODO: make this non-Windows specific.
 // TODO: make this non-Windows specific.
 var cmdExe = "cmd.exe";
 var cmdExe = "cmd.exe";
 var args = [ "/c", "build_all.bat" ];
 var args = [ "/c", "build_all.bat" ];
-var opts = { "cwd": ".." };
+var opts = { "cwd": "../build" };
 var buildAll = cp.spawn( cmdExe, args, opts );
 var buildAll = cp.spawn( cmdExe, args, opts );
 
 
 buildAll.stdout.on('data', function (data) {
 buildAll.stdout.on('data', function (data) {