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

Unified Diff: ports/texlive/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/tcl/build.sh ('k') | ports/toybox/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/texlive/build.sh
diff --git a/ports/texlive/build.sh b/ports/texlive/build.sh
index 02edb68425c341caaf80c4e15d00815132772185..88dd03f966af2d9921d3a3470f7afc49975d85ae 100644
--- a/ports/texlive/build.sh
+++ b/ports/texlive/build.sh
@@ -24,7 +24,7 @@ EXTRA_CONFIGURE_ARGS="--disable-native-texlive-build \
--with-banner-add=/NaCl \
--without-x"
-export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} -ltar -lppapi_simple -lnacl_spawn \
+export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} -ltar -lppapi_simple \
-lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
if [ "${NACL_LIBC}" = "newlib" ]; then
« no previous file with comments | « ports/tcl/build.sh ('k') | ports/toybox/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698