Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(744)

Unified Diff: src/native_client/scons.bat

Issue 6719038: Revert r4644, "Updated NaCl's build system to use SCons 2.0.1." (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/native_client/scons ('k') | src/native_client/site_scons/site_init.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/native_client/scons ('k') | src/native_client/site_scons/site_init.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698