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

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: 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/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 6eabdcdab0883190c249fdabc174ecf1658bf80f..ef37de9ea3c857f560c6c7b63ab674ef422898b6 100755
--- a/examples/audio/openal-ogg/nacl-openal-ogg.sh
+++ b/examples/audio/openal-ogg/nacl-openal-ogg.sh
@@ -7,5 +7,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

Powered by Google App Engine
This is Rietveld 408576698