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

Unified Diff: ports/git/build.sh

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/geturl/Makefile ('k') | ports/grep/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/git/build.sh
diff --git a/ports/git/build.sh b/ports/git/build.sh
index c490ca068703a3eed9db201c974f5ae8d59d983e..04f60a1e45191765d4f6ff37a4efa2b88634ef55 100644
--- a/ports/git/build.sh
+++ b/ports/git/build.sh
@@ -6,7 +6,7 @@ EXECUTABLES="git git-remote-http"
BUILD_DIR=${SRC_DIR}
export EXTLIBS+="${NACL_CLI_MAIN_LIB} \
--lppapi_simple -lnacl_spawn -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
+-lppapi_simple -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
if [ "${NACL_SHARED}" != "1" ]; then
# These are needed so that the configure can detect libcurl when statically
« no previous file with comments | « ports/geturl/Makefile ('k') | ports/grep/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698