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

Unified Diff: libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh

Issue 11885025: Allow re-targeting of naclports install (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase Created 7 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
« no previous file with comments | « libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh
diff --git a/libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh b/libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh
index ea2f967ede0cee2680727e1a4c6e13ea7b4995ac..ce56ec292142915ec5a3551af068bcb90b3076a1 100755
--- a/libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh
+++ b/libraries/zlib-1.2.3/nacl-zlib-1.2.3.sh
@@ -20,7 +20,7 @@ CustomConfigureStep() {
ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
# TODO: side-by-side install
CC=${NACLCC} AR="${NACLAR} -r" RANLIB=${NACLRANLIB} CFLAGS="-Dunlink=puts" ./configure\
- --prefix=${NACL_SDK_USR}
+ --prefix=${NACLPORTS_PREFIX}
}
« no previous file with comments | « libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698