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

Unified Diff: ports/m4/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
Index: ports/m4/build.sh
diff --git a/ports/m4/build.sh b/ports/m4/build.sh
index 6a6e3ce5c6fb8760efa349a925eca660efb609d6..983b68c0784133d63540b114ba2c5bac1228ca8a 100644
--- a/ports/m4/build.sh
+++ b/ports/m4/build.sh
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} -lppapi_simple -lnacl_spawn \
+export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} -lppapi_simple \
-lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
if [ "${NACL_LIBC}" = "newlib" ]; then
« no previous file with comments | « ports/libgit2-demo/Makefile ('k') | ports/make/build.sh » ('j') | ports/nacl-spawn/cli_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698