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

Unified Diff: native_client_sdk/src/build_tools/build_projects.py

Issue 15011003: ppapi_simple (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore images Created 7 years, 7 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
Index: native_client_sdk/src/build_tools/build_projects.py
diff --git a/native_client_sdk/src/build_tools/build_projects.py b/native_client_sdk/src/build_tools/build_projects.py
index e84be60cb7a860c2721856d85446c34549e88370..2df4b296542458746dc7d687e022daf2edc2894b 100755
--- a/native_client_sdk/src/build_tools/build_projects.py
+++ b/native_client_sdk/src/build_tools/build_projects.py
@@ -141,7 +141,7 @@ def BuildProjectsBranch(pepperdir, platform, branch, deps, clean, config):
else:
make = 'make'
- extra_args = ['CONFIG='+config]
+ extra_args = ['CONFIG='+config, 'NACL_SDK_ROOT='+pepperdir]
Sam Clegg 2013/05/22 22:39:50 This script already (via a recent change) unsets N
noelallen1 2013/05/23 22:01:24 Done.
if not deps:
extra_args += ['IGNORE_DEPS=1']
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/generate_make.py » ('j') | native_client_sdk/src/build_tools/sdk_files.list » ('J')

Powered by Google App Engine
This is Rietveld 408576698