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

Unified Diff: ports/bash/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 | « build_tools/common.sh ('k') | ports/civetweb/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/bash/build.sh
diff --git a/ports/bash/build.sh b/ports/bash/build.sh
index e0f7c70dedd1e40dc399eee43a918e5ac5fdd73c..daf1ad97daa48afc2a11350b8d98c35989c6df8f 100644
--- a/ports/bash/build.sh
+++ b/ports/bash/build.sh
@@ -8,7 +8,7 @@ EXTRA_CONFIGURE_ARGS+=" --with-installed-readline --enable-readline"
NACLPORTS_CPPFLAGS+=" -DHAVE_GETHOSTNAME -DNO_MAIN_ENV_ARG"
NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
export LIBS+="${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}"
# Configure requires this variable to be pre-set when cross compiling.
export bash_cv_getcwd_malloc=yes
« no previous file with comments | « build_tools/common.sh ('k') | ports/civetweb/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698