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

Side by Side Diff: examples/audio/openal-ogg/nacl-openal-ogg.sh

Issue 12114013: Fix openal NaCl port. (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 source pkg_info
7 source ../../../build_tools/common.sh 6 source ../../../build_tools/common.sh
8 7
9 # Always 'make clean' because there could be artifacts from a previous build 8 # Always 'make clean' because there could be artifacts from a previous build
10 # in this sub-folder, 'make clean' from the top-level only clears 'out'. 9 # in this sub-folder, 'make clean' from the top-level only clears 'out'.
11 export CFLAGS=${NACLPORTS_CFLAGS} 10 export CFLAGS=${NACLPORTS_CFLAGS}
12 export LDFLAGS=${NACLPORTS_LDFLAGS} 11 export LDFLAGS=${NACLPORTS_LDFLAGS}
13 make clean 12 make clean
14 make 13 make
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698