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

Unified Diff: ports/geturl/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/gcc/build.sh ('k') | ports/git/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/geturl/Makefile
diff --git a/ports/geturl/Makefile b/ports/geturl/Makefile
index d32b3c4afd26fad6241a0ae66317db408aa1d641..7c2de07ab4485fdd05242b6fdc06e98cf205f223 100644
--- a/ports/geturl/Makefile
+++ b/ports/geturl/Makefile
@@ -8,7 +8,7 @@ CPPFLAGS += -Wall -Werror
all: $(GETURL)
-EXTRA_LIBS=${NACL_CLI_MAIN_LIB} -lppapi_simple -lnacl_spawn -lnacl_io \
+EXTRA_LIBS=${NACL_CLI_MAIN_LIB} -lppapi_simple -lnacl_io \
-lppapi -lppapi_cpp
$(GETURL): geturl.cc
« no previous file with comments | « ports/gcc/build.sh ('k') | ports/git/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698