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

Unified Diff: libraries/libtommath-0.41/nacl-libtommath-0.41.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/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh ('k') | libraries/lua-5.1.4/nacl-lua-5.1.4.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/libtommath-0.41/nacl-libtommath-0.41.sh
diff --git a/libraries/libtommath-0.41/nacl-libtommath-0.41.sh b/libraries/libtommath-0.41/nacl-libtommath-0.41.sh
index ec6c8027b19883278cc19221db7faa23c118f952..fb0c54be09d243c8b02f7047b7b033bdbd7dd774 100755
--- a/libraries/libtommath-0.41/nacl-libtommath-0.41.sh
+++ b/libraries/libtommath-0.41/nacl-libtommath-0.41.sh
@@ -35,13 +35,13 @@ CustomBuildStep() {
CustomInstallStep() {
# copy libs and headers manually
- Banner "Installing ${PACKAGE_NAME} to ${NACL_SDK_USR}"
- ChangeDir ${NACL_SDK_USR_INCLUDE}
+ Banner "Installing ${PACKAGE_NAME} to ${NACLPORTS_PREFIX}"
+ ChangeDir ${NACLPORTS_INCLUDE}
Remove ${PACKAGE_NAME}
MakeDir ${PACKAGE_NAME}
readonly THIS_PACKAGE_PATH=${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
cp ${THIS_PACKAGE_PATH}/*.h ${PACKAGE_NAME}/
- ChangeDir ${NACL_SDK_USR_LIB}
+ ChangeDir ${NACLPORTS_LIBDIR}
cp ${THIS_PACKAGE_PATH}/*.a .
DefaultTouchStep
}
« no previous file with comments | « libraries/libtomcrypt-1.17/nacl-libtomcrypt-1.17.sh ('k') | libraries/lua-5.1.4/nacl-lua-5.1.4.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698