| 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:
|
|
|