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

Unified Diff: libraries/lua-5.1.4/nacl-lua-5.1.4.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/libtommath-0.41/nacl-libtommath-0.41.sh ('k') | libraries/nacl-mounts/nacl-nacl-mounts.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/lua-5.1.4/nacl-lua-5.1.4.sh
diff --git a/libraries/lua-5.1.4/nacl-lua-5.1.4.sh b/libraries/lua-5.1.4/nacl-lua-5.1.4.sh
index 5978e7c47a3e2544f6c3d037e3545f1d437089d6..b9fdad4e6ee0bf8a64eb7d1f9eb47a4e761e3dbe 100755
--- a/libraries/lua-5.1.4/nacl-lua-5.1.4.sh
+++ b/libraries/lua-5.1.4/nacl-lua-5.1.4.sh
@@ -17,11 +17,11 @@ source ../../build_tools/common.sh
CustomBuildStep() {
ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
- make "CC=${NACLCC}" "PLAT=generic" "INSTALL_TOP=${NACL_SDK_USR}" clean
+ make "CC=${NACLCC}" "PLAT=generic" "INSTALL_TOP=${NACLPORTS_PREFIX}" clean
PATH=${NACL_BIN_PATH}:${PATH} \
- make "CC=${NACLCC}" "PLAT=generic" "INSTALL_TOP=${NACL_SDK_USR}" "MYLIBS=-lnosys"
+ make "CC=${NACLCC}" "PLAT=generic" "INSTALL_TOP=${NACLPORTS_PREFIX}" "MYLIBS=-lnosys"
# TODO: side-by-side install
- make "CC=${NACLCC}" "PLAT=generic" "INSTALL_TOP=${NACL_SDK_USR}" install
+ make "CC=${NACLCC}" "PLAT=generic" "INSTALL_TOP=${NACLPORTS_PREFIX}" install
}
« no previous file with comments | « libraries/libtommath-0.41/nacl-libtommath-0.41.sh ('k') | libraries/nacl-mounts/nacl-nacl-mounts.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698