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

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: 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
Index: libraries/dreadthread/nacl-dreadthread.sh
diff --git a/libraries/dreadthread/nacl-dreadthread.sh b/libraries/dreadthread/nacl-dreadthread.sh
index a35232d9edf480bdeda6b141aa11bc35d474cb48..858af11d57af3a9228b007ac633971984d3bd295 100755
--- a/libraries/dreadthread/nacl-dreadthread.sh
+++ b/libraries/dreadthread/nacl-dreadthread.sh
@@ -32,10 +32,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
}

Powered by Google App Engine
This is Rietveld 408576698