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

Unified Diff: examples/graphics/xaos/nacl-xaos.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 | « examples/games/snes9x-1.53/nacl-snes9x-1.53.sh ('k') | examples/needs_porting/xaos/xaos_tool.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/graphics/xaos/nacl-xaos.sh
diff --git a/examples/graphics/xaos/nacl-xaos.sh b/examples/graphics/xaos/nacl-xaos.sh
index 38bee5409a9a0ffd7e2b1a7c25fa4ef123dc7161..b69e56203043ec7d19b7ac1782e53de07ee7d8ce 100755
--- a/examples/graphics/xaos/nacl-xaos.sh
+++ b/examples/graphics/xaos/nacl-xaos.sh
@@ -48,10 +48,10 @@ CustomConfigureStep() {
fi
export AR=${NACLAR}
export RANLIB=${NACLRANLIB}
- export PKG_CONFIG_PATH=${NACL_SDK_USR_LIB}/pkgconfig
- export PKG_CONFIG_LIBDIR=${NACL_SDK_USR_LIB}
+ export PKG_CONFIG_PATH=${NACLPORTS_LIBDIR}/pkgconfig
+ export PKG_CONFIG_LIBDIR=${NACLPORTS_LIBDIR}
- export LIBS="-L${NACL_SDK_USR_LIB} -lppapi -lpthread -lstdc++ -lm -lnosys"
+ export LIBS="-L${NACLPORTS_LIBDIR} -lppapi -lpthread -lstdc++ -lm -lnosys"
CONFIG_FLAGS="--with-png=no \
--with-long-double=no \
« no previous file with comments | « examples/games/snes9x-1.53/nacl-snes9x-1.53.sh ('k') | examples/needs_porting/xaos/xaos_tool.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698