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

Unified Diff: libraries/dreadthread/nacl-dreadthread.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/bzip2-1.0.6/nacl-bzip2-1.0.6.sh ('k') | libraries/faac-1.28/nacl-faac-1.28.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/dreadthread/nacl-dreadthread.sh
diff --git a/libraries/dreadthread/nacl-dreadthread.sh b/libraries/dreadthread/nacl-dreadthread.sh
index 9df590006b0007667c447b8d74e61246ae2e634f..a07693dab9c4a4f54ab75be77e9208166de914b7 100755
--- a/libraries/dreadthread/nacl-dreadthread.sh
+++ b/libraries/dreadthread/nacl-dreadthread.sh
@@ -33,10 +33,10 @@ CustomBuildStep() {
CustomInstallStep() {
Banner "Installing ${PACKAGE_NAME}"
export PACKAGE_DIR="${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}"
- cp ${PACKAGE_DIR}/libdreadthread.a ${NACL_SDK_USR_LIB}
- cp ${START_DIR}/dreadthread.h ${NACL_SDK_USR_INCLUDE}
- cp ${START_DIR}/dreadthread_ctxt.h ${NACL_SDK_USR_INCLUDE}
- cp ${START_DIR}/dreadthread_chain.h ${NACL_SDK_USR_INCLUDE}
+ cp ${PACKAGE_DIR}/libdreadthread.a ${NACLPORTS_LIBDIR}
+ cp ${START_DIR}/dreadthread.h ${NACLPORTS_INCLUDE}
+ cp ${START_DIR}/dreadthread_ctxt.h ${NACLPORTS_INCLUDE}
+ cp ${START_DIR}/dreadthread_chain.h ${NACLPORTS_INCLUDE}
DefaultTouchStep
}
« no previous file with comments | « libraries/bzip2-1.0.6/nacl-bzip2-1.0.6.sh ('k') | libraries/faac-1.28/nacl-faac-1.28.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698