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

Unified Diff: ports/python3/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
Index: ports/python3/build.sh
diff --git a/ports/python3/build.sh b/ports/python3/build.sh
index 065a042adf3e70caf0b0e8b68480e2334d7267e8..2fb3e2e40a710293da7682a37b4b6c972d39f3aa 100644
--- a/ports/python3/build.sh
+++ b/ports/python3/build.sh
@@ -4,8 +4,6 @@
EXECUTABLES=python${NACL_EXEEXT}
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-
# Currently this package only builds on linux.
# The build relies on certain host binaries and python's configure
# requires us to set --build= as well as --host=.

Powered by Google App Engine
This is Rietveld 408576698