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

Unified Diff: ports/agg-demo/Makefile

Issue 1489523003: Add shared libraries to published version of agg-demo (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/agg-demo/Makefile
diff --git a/ports/agg-demo/Makefile b/ports/agg-demo/Makefile
index eff302e611bdef43d8db504ee2cf627c110db313..2068584ab89ebdacf21866215ca4032053ea975d 100644
--- a/ports/agg-demo/Makefile
+++ b/ports/agg-demo/Makefile
@@ -43,6 +43,9 @@ install:
rm -f $(INSTALL_DIR)/*_unstripped*$(EXEEXT)
cp $(OUTDIR)/$(TARGET).nmf $(INSTALL_DIR)
cp index.html $(INSTALL_DIR)
+ifeq ($(TOOLCHAIN),glibc)
+ cp -r $(OUTDIR)/lib* $(INSTALL_DIR)
+endif
ifeq ($(TOOLCHAIN),pnacl)
sed -i.bak 's/x-nacl/x-pnacl/g' $(INSTALL_DIR)/index.html
endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698