| 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
|
|
|