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

Unified Diff: ports/devenv/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/curl/build.sh ('k') | ports/gcc/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/build.sh
diff --git a/ports/devenv/build.sh b/ports/devenv/build.sh
index 079b8eb24a8f06e402dc0ecaa80df7eb860aa91f..b44658a83520b3e72d58664024750ea7df345817 100644
--- a/ports/devenv/build.sh
+++ b/ports/devenv/build.sh
@@ -3,7 +3,7 @@
# found in the LICENSE file.
export EXTRA_LIBS="${NACL_CLI_MAIN_LIB} \
- -lnacl_spawn -lppapi_simple \
+ -lppapi_simple \
-lnacl_io -lppapi -lppapi_cpp -l${NACL_CPP_LIB}"
EXECUTABLES="tests/devenv_small_test_${NACL_ARCH}${NACL_EXEEXT} \
« no previous file with comments | « ports/curl/build.sh ('k') | ports/gcc/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698