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

Unified Diff: ports/ruby-ppapi/Makefile

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/python3/build.sh ('k') | ports/ruby-ppapi/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ruby-ppapi/Makefile
diff --git a/ports/ruby-ppapi/Makefile b/ports/ruby-ppapi/Makefile
index e0a9ca0878974983d659af6a0ac4ddc61ad381b0..97d8933e9d2753bf179d7ce228675ead46fcef1c 100644
--- a/ports/ruby-ppapi/Makefile
+++ b/ports/ruby-ppapi/Makefile
@@ -6,8 +6,6 @@ include $(NACL_SDK_ROOT)/tools/common.mk
TARGET = ruby
LIBS = ruby-static readline ncurses ppapi_simple tar nacl_io ppapi
-NACL_LDFLAGS += $(NACL_CLI_MAIN_LIB)
-PNACL_LDFLAGS += $(NACL_CLI_MAIN_LIB)
ifeq ($(TOOLCHAIN),glibc)
ifneq ($(NACL_ARCH),arm)
LIBS += util
« no previous file with comments | « ports/python3/build.sh ('k') | ports/ruby-ppapi/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698