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

Unified Diff: ports/libgit2-demo/Makefile

Issue 907563002: Simplify cli_main (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 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 | « ports/ipython-ppapi/kernel.cc ('k') | ports/m4/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/libgit2-demo/Makefile
diff --git a/ports/libgit2-demo/Makefile b/ports/libgit2-demo/Makefile
index 0b2ff99dd5043d1a720da1064897195b89b09734..5a4e68b2759353d27483a7f48a8c7563f4099903 100644
--- a/ports/libgit2-demo/Makefile
+++ b/ports/libgit2-demo/Makefile
@@ -8,7 +8,7 @@ include $(NACL_SDK_ROOT)/tools/common.mk
NACL_LDFLAGS += -Wl,--undefined=PSUserCreateInstance
PNACL_LDFLAGS += -Wl,--undefined=PSUserCreateInstance
TARGET = libgit2-demo
-CORE_LIBS = cli_main ppapi_simple nacl_io ppapi_cpp ppapi
+CORE_LIBS = cli_main nacl_spawn ppapi_simple nacl_io ppapi_cpp ppapi
LIBS = git2 ssh2 ssl crypto z $(CORE_LIBS)
ifeq ($(TOOLCHAIN),newlib)
« no previous file with comments | « ports/ipython-ppapi/kernel.cc ('k') | ports/m4/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698