| Index: src/native_client/scons.bat
|
| diff --git a/src/native_client/scons.bat b/src/native_client/scons.bat
|
| index 3b05a4f285240b5286e8562e2279898c00a9ae47..a8472f99cfdf8cd9f0a3be8992fbc8e51e32c0ed 100755
|
| --- a/src/native_client/scons.bat
|
| +++ b/src/native_client/scons.bat
|
| @@ -17,7 +17,7 @@ if %ERRORLEVEL% == 0 (
|
| set PRESCONS_PATH=%PATH%
|
|
|
| :: Set the PYTHONPATH so we can import SCons modules
|
| -set PYTHONPATH=%~dp0..\third_party\scons-2.0.1\engine
|
| +set PYTHONPATH=%~dp0..\third_party\scons\scons-local
|
|
|
| :: Add python, gnu_binutils and mingw to the path
|
| set PATH=%~dp0..\third_party\python_26;%PATH%
|
| @@ -26,6 +26,6 @@ set PATH=%~dp0..\third_party\python_26;%PATH%
|
| set CYGWIN=nodosfilewarning %CYGWIN%
|
|
|
| :: Run the included copy of scons.
|
| -python -O -OO "%~dp0\..\third_party\scons-2.0.1\script\scons" %*
|
| +python -O -OO "%~dp0\..\third_party\scons\scons.py" %*
|
|
|
| :end
|
|
|