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

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: rebase 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 pkg_info 6 source pkg_info
7 source ../../../build_tools/common.sh 7 source ../../../build_tools/common.sh
8 8
9 # Always 'make clean' because there could be artifacts from a previous build 9 # 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'. 10 # in this sub-folder, 'make clean' from the top-level only clears 'out'.
11 export CFLAGS=${NACLPORTS_CFLAGS}
12 export LDFLAGS=${NACLPORTS_LDFLAGS}
11 make clean 13 make clean
12 make 14 make
OLDNEW
« no previous file with comments | « examples/audio/openal-ogg/Makefile ('k') | examples/games/nethack-3.4.3/nacl-nethack-3.4.3.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698