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

Unified Diff: libraries/openal-soft-1.13/nacl-openal-soft-1.13.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/openal-soft-1.13/nacl-openal-soft-1.13.sh
diff --git a/libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh b/libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh
index 904b4a71769d8e9a1314b86d8eee0c9158987618..8b598c9510b04a79db9cca79070b44695788d119 100755
--- a/libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh
+++ b/libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh
@@ -34,7 +34,7 @@ CustomConfigureStep() {
-DNACLAR=${NACLAR} \
-DNACL_CROSS_PREFIX=${NACL_CROSS_PREFIX} \
-DNACL_SDK_ROOT=${NACL_SDK_ROOT} \
- -DCMAKE_INSTALL_PREFIX=${NACL_SDK_USR} \
+ -DCMAKE_INSTALL_PREFIX=${NACLPORTS_PREFIX} \
${LIB_ARG}
}

Powered by Google App Engine
This is Rietveld 408576698