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

Unified Diff: ports/ninja/build.sh

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 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/nethack/nethack_pepper.c ('k') | ports/ninja/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ninja/build.sh
diff --git a/ports/ninja/build.sh b/ports/ninja/build.sh
index ca22e817028ff2d8a5308e23d08b2c0ce87356d1..3d1046e4f8ad07efefb5f3de89f0253310ab8cab 100644
--- a/ports/ninja/build.sh
+++ b/ports/ninja/build.sh
@@ -4,9 +4,9 @@
EXECUTABLES="ninja"
-NACLPORTS_LIBS+=" ${NACL_CLI_MAIN_LIB}"
NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe"
+EnableCliMain
EnableGlibcCompat
BuildHostNinja() {
« no previous file with comments | « ports/nethack/nethack_pepper.c ('k') | ports/ninja/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698