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

Side by Side 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 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 ../../../build_tools/common.sh 6 source ../../../build_tools/common.sh
7 7
8 # 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
9 # 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'.
10 export CFLAGS=${NACLPORTS_CFLAGS}
11 export LDFLAGS=${NACLPORTS_LDFLAGS}
10 make clean 12 make clean
11 make 13 make
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698