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

Unified Diff: ports/coreutils/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/civetweb/build.sh ('k') | ports/curl/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/coreutils/build.sh
diff --git a/ports/coreutils/build.sh b/ports/coreutils/build.sh
index 4e2f4f2af885f71e3de856bc108b75dc237484ba..1f7870cda536b4476471f24b512f47bcb2ec684f 100644
--- a/ports/coreutils/build.sh
+++ b/ports/coreutils/build.sh
@@ -17,9 +17,7 @@ done
TRANSLATE_PEXES=no
-NACLPORTS_LIBS+=" ${NACL_CLI_MAIN_LIB}"
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-
+EnableCliMain
EnableGlibcCompat
ConfigureStep() {
« no previous file with comments | « ports/civetweb/build.sh ('k') | ports/curl/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698