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

Unified Diff: examples/audio/openal-ogg/nacl-openal-ogg.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/audio/openal-ogg/Makefile ('k') | examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/audio/openal-ogg/nacl-openal-ogg.sh
diff --git a/examples/audio/openal-ogg/nacl-openal-ogg.sh b/examples/audio/openal-ogg/nacl-openal-ogg.sh
index 5ad6f21fb4c337cd44d00c443ea154d4ff1985fb..cd15ac0f83bbc60b97906b0d9fcb8719b1cf7732 100755
--- a/examples/audio/openal-ogg/nacl-openal-ogg.sh
+++ b/examples/audio/openal-ogg/nacl-openal-ogg.sh
@@ -8,5 +8,7 @@ source ../../../build_tools/common.sh
# Always 'make clean' because there could be artifacts from a previous build
# in this sub-folder, 'make clean' from the top-level only clears 'out'.
+export CFLAGS=${NACLPORTS_CFLAGS}
+export LDFLAGS=${NACLPORTS_LDFLAGS}
make clean
make
« no previous file with comments | « examples/audio/openal-ogg/Makefile ('k') | examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698