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

Unified Diff: ports/findutils/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/findutils/build.sh
diff --git a/ports/findutils/build.sh b/ports/findutils/build.sh
index f186a9158949be1bd774763f448af73d4c52b05f..2d9ddf75df3c2002c65ec9cf46137139a6c2a70d 100644
--- a/ports/findutils/build.sh
+++ b/ports/findutils/build.sh
@@ -3,8 +3,8 @@
# found in the LICENSE file.
export fu_cv_sys_mounted_fread=yes
-NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe -Dmain=nacl_main"
-export LIBS="${NACL_CLI_MAIN_LIB}"
+NACLPORTS_CPPFLAGS+=" -Dpipe=nacl_spawn_pipe"
+EnableCliMain
BuildStep() {
export AR=${NACLAR}

Powered by Google App Engine
This is Rietveld 408576698