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

Unified Diff: ports/corelibs/build.sh

Issue 1285953002: Switch devenv to use pkg packages (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@toolchain_install
Patch Set: Created 5 years, 4 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: ports/corelibs/build.sh
diff --git a/ports/corelibs/build.sh b/ports/corelibs/build.sh
index fd5ee550dff3fe940dc2dee2d87618c1173f3bcc..aa0368e54aaeb690c0f6b5d5c858933d0c1cd34d 100644
--- a/ports/corelibs/build.sh
+++ b/ports/corelibs/build.sh
@@ -13,7 +13,7 @@ InstallStep() {
if [ "${NACL_SHARED}" = "1" ]; then
MakeDir lib
# Copy core libraries
- LogExecute cp -r ${NACL_SDK_LIB}/lib*.so* lib/
+ LogExecute cp -r ${NACL_SDK_LIB}/*.so* lib/
# Copy SDK libs
LogExecute cp -r ${NACL_SDK_LIBDIR}/lib*.so* lib/
« no previous file with comments | « ports/bzip2/build.sh ('k') | ports/coreutils/build.sh » ('j') | ports/curl/nacl.patch » ('J')

Powered by Google App Engine
This is Rietveld 408576698