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

Unified Diff: examples/audio/openal-ogg/Makefile

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build_tools/common.sh ('k') | examples/audio/openal-ogg/nacl-openal-ogg.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/audio/openal-ogg/Makefile
diff --git a/examples/audio/openal-ogg/Makefile b/examples/audio/openal-ogg/Makefile
index 5241ee9474dfa8a1346ffde3465f0dfd672ab520..7f9ea2c8dd571c60b3dfcd38935c22fee145e281 100644
--- a/examples/audio/openal-ogg/Makefile
+++ b/examples/audio/openal-ogg/Makefile
@@ -12,7 +12,7 @@ LIBS += -lppapi -lopenal -lvorbisfile -lvorbis -logg -lm -lpthread
all: publish
openal_ogg_$(NACL_ARCH).nexe: openal_ogg.c ogg_buffer_reader.c
- $(NACLCC) -o $@ $^ $(CFLAGS) $(LIBS)
+ $(NACLCC) -o $@ $^ $(CFLAGS) $(LDFLAGS) $(LIBS)
publish: openal_ogg_$(NACL_ARCH).nexe openal_ogg.html openal_ogg.nmf sample.ogg
mkdir -p $(PUBLISH_DIR)
« no previous file with comments | « build_tools/common.sh ('k') | examples/audio/openal-ogg/nacl-openal-ogg.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698