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

Unified Diff: ports/make/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/make/build.sh
diff --git a/ports/make/build.sh b/ports/make/build.sh
index 74b177ed48f114244f377f56d7d01a3502bd5fa6..d02f665bd3ce514774039f6b491f9749a6d759a1 100644
--- a/ports/make/build.sh
+++ b/ports/make/build.sh
@@ -6,7 +6,7 @@ EXECUTABLES=make${NACL_EXEEXT}
NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
export LIBS+="${NACL_CLI_MAIN_LIB} \
--lnacl_spawn -lppapi_simple -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
+-lppapi_simple -lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
if [ "${NACL_LIBC}" = "newlib" ]; then
export ac_cv_func_getrlimit=no
« no previous file with comments | « ports/m4/build.sh ('k') | ports/mingn/build.sh » ('j') | ports/nacl-spawn/include/nacl_main.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698