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

Unified Diff: ports/tk/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/tk/build.sh
diff --git a/ports/tk/build.sh b/ports/tk/build.sh
index a0b5b9886837bcc555c5aa2561e9e7c7bca3919c..e9af7caf138e4b2281bb8fe1df7344f7dcc5ee08 100644
--- a/ports/tk/build.sh
+++ b/ports/tk/build.sh
@@ -4,7 +4,6 @@
NACL_CONFIGURE_PATH=${SRC_DIR}/unix/configure
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
NACLPORTS_LIBS+=" -lX11 -lxcb -lXau ${NACL_CLI_MAIN_LIB}"
binji 2015/10/27 21:52:38 here too
Sam Clegg 2015/10/28 17:06:31 Done.
EXTRA_CONFIGURE_ARGS+=" --with-tcl=${NACLPORTS_LIBDIR}"

Powered by Google App Engine
This is Rietveld 408576698