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

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: 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/gtest-1.5.0/nacl-gtest-1.5.0.sh ('k') | libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a347bc3e434910caf511a205a6546847c730ed73..5f7b0f60888faffb1ccc98b33af2129e7c62447c 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
@@ -41,8 +41,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
}
« no previous file with comments | « libraries/gtest-1.5.0/nacl-gtest-1.5.0.sh ('k') | libraries/libtheora-1.1.1/nacl-libtheora-1.1.1.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698