| 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
|
|
|