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