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

Unified Diff: ports/cairo/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/bzip2/build.sh ('k') | ports/civetweb/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/cairo/build.sh
diff --git a/ports/cairo/build.sh b/ports/cairo/build.sh
index 659fc56ae877de3c0c42157c74b2ec52111cd5e0..6d56ec910580c38ee3b249e844eeac019e29fc91 100644
--- a/ports/cairo/build.sh
+++ b/ports/cairo/build.sh
@@ -9,8 +9,7 @@ if [ "${NACL_ARCH}" = "arm" ]; then
NACLPORTS_CPPFLAGS+=" -mfpu=vfp"
fi
-NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
-NACLPORTS_LIBS+=" ${NACL_CLI_MAIN_LIB}"
+EnableCliMain
EXECUTABLES="test/cairo-test-suite${NACL_EXEEXT}"
« no previous file with comments | « ports/bzip2/build.sh ('k') | ports/civetweb/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698