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

Unified Diff: examples/needs_porting/nacl-esidl-0.1.5.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: examples/needs_porting/nacl-esidl-0.1.5.sh
diff --git a/examples/needs_porting/nacl-esidl-0.1.5.sh b/examples/needs_porting/nacl-esidl-0.1.5.sh
index 9d438109f662048a663b5c06e126e2c423b5892a..c4f4eff0c89cf03653ceff62e05aa267d6d084f4 100755
--- a/examples/needs_porting/nacl-esidl-0.1.5.sh
+++ b/examples/needs_porting/nacl-esidl-0.1.5.sh
@@ -40,7 +40,7 @@ Remove ${PACKAGE_NAME}-build-nacl
MakeDir ${PACKAGE_NAME}-build-nacl
cd ${PACKAGE_NAME}-build-nacl
Banner "Configuring ${PACKAGE_NAME} for C++ DOM API for Native Client"
-CXXFLAGS='-fno-rtti -fno-exceptions' ../configure --prefix=${NACL_SDK_USR} --htmldir=${NACL_NATIVE_CLIENT_SDK}/examples/${PACKAGE_NAME} --disable-java --host=nacl --target=nacl
+CXXFLAGS='-fno-rtti -fno-exceptions' ../configure --prefix=${NACLPORTS_PREFIX} --htmldir=${NACL_NATIVE_CLIENT_SDK}/examples/${PACKAGE_NAME} --disable-java --host=nacl --target=nacl
make -j4
make install
cd ..

Powered by Google App Engine
This is Rietveld 408576698