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

Unified Diff: ports/babl/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/avrdude/nacl.patch ('k') | ports/bash/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/babl/build.sh
diff --git a/ports/babl/build.sh b/ports/babl/build.sh
index ba39af2d56e538661a23d1112198cdc4297dc88f..99e3da5702312b9cb36395cf4cddcac87e4c19e5 100644
--- a/ports/babl/build.sh
+++ b/ports/babl/build.sh
@@ -2,9 +2,5 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-ConfigureStep() {
- EnableGlibcCompat
- NACLPORTS_CPPFLAGS+=" -Dmain=nacl_main"
- NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
- DefaultConfigureStep
-}
+EnableGlibcCompat
+EnableCliMain
« no previous file with comments | « ports/avrdude/nacl.patch ('k') | ports/bash/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698