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

Unified Diff: libraries/jsoncpp-0.5.0/nacl-jsoncpp-0.5.0.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/jsoncpp-0.5.0/nacl-jsoncpp-0.5.0.sh
diff --git a/libraries/jsoncpp-0.5.0/nacl-jsoncpp-0.5.0.sh b/libraries/jsoncpp-0.5.0/nacl-jsoncpp-0.5.0.sh
index 1884623260c2c83df35a6e7029bbf05708162595..7fa4bd6135d7bfadc5e7c1d7d022e457688dd032 100755
--- a/libraries/jsoncpp-0.5.0/nacl-jsoncpp-0.5.0.sh
+++ b/libraries/jsoncpp-0.5.0/nacl-jsoncpp-0.5.0.sh
@@ -45,8 +45,8 @@ CustomInstallStep() {
export PACKAGE_DIR="${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}"
set -x
- cp ${PACKAGE_DIR}/libjsoncpp.a ${NACL_SDK_USR_LIB}
- cp -R ${PACKAGE_DIR}/include/json ${NACL_SDK_USR_INCLUDE}
+ cp ${PACKAGE_DIR}/libjsoncpp.a ${NACLPORTS_LIBDIR}
+ cp -R ${PACKAGE_DIR}/include/json ${NACLPORTS_INCLUDE}
set +x
}

Powered by Google App Engine
This is Rietveld 408576698