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

Unified Diff: build_tools/common.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 | « README.rst ('k') | ports/bash/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/common.sh
diff --git a/build_tools/common.sh b/build_tools/common.sh
index 576c203df95047e8a239e0ad0ade0fbb1b81e84f..af86b34658c91755bf8c603e98701def60f4d4e1 100644
--- a/build_tools/common.sh
+++ b/build_tools/common.sh
@@ -95,7 +95,8 @@ fi
# libcli_main.a has a circular dependency which makes static link fail
# (cli_main => nacl_io => ppapi_cpp => cli_main). To break this loop,
# you should use this instead of -lcli_main.
-export NACL_CLI_MAIN_LIB="-Xlinker -uPSUserCreateInstance -lcli_main"
+export NACL_CLI_MAIN_LIB="-Xlinker -uPSUserCreateInstance \
+ -lcli_main -lnacl_spawn"
# Python variables
NACL_PYSETUP_ARGS=""
« no previous file with comments | « README.rst ('k') | ports/bash/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698