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

Unified Diff: ports/bzip2/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/busybox/build.sh ('k') | ports/cairo/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/bzip2/build.sh
diff --git a/ports/bzip2/build.sh b/ports/bzip2/build.sh
index fba644834140e7f858c5cf539c9a92fea4fae8e2..e1d5c8c5b6925807c51b8430ed5b837f9983eda9 100644
--- a/ports/bzip2/build.sh
+++ b/ports/bzip2/build.sh
@@ -5,8 +5,8 @@
BUILD_DIR=${SRC_DIR}
EXECUTABLES="bzip2"
-NACLPORTS_CFLAGS+=" -Dmain=nacl_main -fPIC"
-NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
+EnableCliMain
+NACLPORTS_CFLAGS+=" -fPIC"
ConfigureStep() {
return
« no previous file with comments | « ports/busybox/build.sh ('k') | ports/cairo/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698