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

Unified Diff: ports/ninja/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/nacl-spawn/nacl_spawn.cc ('k') | ports/openssh/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ninja/build.sh
diff --git a/ports/ninja/build.sh b/ports/ninja/build.sh
index 635d9a0ec5bd8c2f5768da25c5122aea35455cd1..4403961108ddad749844691a4e2ab00d96eabb1f 100644
--- a/ports/ninja/build.sh
+++ b/ports/ninja/build.sh
@@ -4,7 +4,7 @@
EXECUTABLES="ninja"
-LIBS+="${NACL_CLI_MAIN_LIB} -lnacl_spawn -lppapi_simple -lnacl_io \
+LIBS+="${NACL_CLI_MAIN_LIB} -lppapi_simple -lnacl_io \
-lppapi -lppapi_cpp"
if [ "${NACL_LIBC}" = "newlib" ]; then
« no previous file with comments | « ports/nacl-spawn/nacl_spawn.cc ('k') | ports/openssh/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698