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

Unified Diff: ports/mongoose/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/make/nacl.patch ('k') | ports/nacl-spawn/cli_main.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/mongoose/build.sh
diff --git a/ports/mongoose/build.sh b/ports/mongoose/build.sh
index 097ca69f4c0767077536004cde8009e55f31e06e..70a20504a43a0b26aa9d6859294e0ef967f933dc 100644
--- a/ports/mongoose/build.sh
+++ b/ports/mongoose/build.sh
@@ -4,9 +4,11 @@
BUILD_DIR=${SRC_DIR}
+EnableCliMain
+
BuildStep() {
export EXTRA_CFLAGS="${NACLPORTS_CPPFLAGS} ${NACLPORTS_CFLAGS}"
- export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACL_CLI_MAIN_LIB}"
+ export LDFLAGS="${NACLPORTS_LDFLAGS} ${NACLPORTS_LIBS}"
if [ "$NACL_LIBC" = "glibc" ]; then
LDFLAGS+=" -ldl"
fi
« no previous file with comments | « ports/make/nacl.patch ('k') | ports/nacl-spawn/cli_main.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698