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

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

Issue 9234043: Support GLBIC example. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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/buildbot_run.py
===================================================================
--- native_client_sdk/src/build_tools/buildbot_run.py (revision 118876)
+++ native_client_sdk/src/build_tools/buildbot_run.py (working copy)
@@ -335,7 +335,7 @@
InstallHeaders(GetToolchainNaClInclude(newlibdir, 'x86'),
pepper_ver,
'newlib')
- InstallHeaders(GetToolchainNaClInclude(newlibdir, 'x86'),
+ InstallHeaders(GetToolchainNaClInclude(glibcdir, 'x86'),
pepper_ver,
'glibc')
else:
« no previous file with comments | « no previous file | native_client_sdk/src/examples/dlopen/Makefile » ('j') | native_client_sdk/src/examples/dlopen/dlopen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698