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

Unified Diff: ports/ipython-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/harfbuzz/nacl.patch ('k') | ports/ipython-ppapi/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ipython-ppapi/Makefile
diff --git a/ports/ipython-ppapi/Makefile b/ports/ipython-ppapi/Makefile
index 41df21f2cba38605492b074a9427bc3d72e2aaf3..41b5859f2afe89658e8362fbb536b8fce2512611 100644
--- a/ports/ipython-ppapi/Makefile
+++ b/ports/ipython-ppapi/Makefile
@@ -6,8 +6,6 @@ include $(NACL_SDK_ROOT)/tools/common.mk
TARGET = kernel
LIBS = freetype bz2 ssl crypto z png readline ncurses
-NACL_LDFLAGS += -lpython2.7 $(NACL_CLI_MAIN_LIB_CPP)
-PNACL_LDFLAGS += -lpython2.7 $(NACL_CLI_MAIN_LIB_CPP)
ifeq ($(TOOLCHAIN),glibc)
LIBS += util dl
NACL_LDFLAGS += -Wl,-export-dynamic
« no previous file with comments | « ports/harfbuzz/nacl.patch ('k') | ports/ipython-ppapi/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698