summaryrefslogtreecommitdiffstats
path: root/Demo/embed/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-08-01 14:25:22 (GMT)
committerGeorg Brandl <georg@python.org>2010-08-01 14:25:22 (GMT)
commit272fc1023aa8e2eab7c369e6a5647915013459a3 (patch)
tree1a5648e286586456fada3f1074eff2aadcee6c93 /Demo/embed/Makefile
parent5b1d35b9c74d726536afdd60cf629fba5bd66425 (diff)
downloadcpython-272fc1023aa8e2eab7c369e6a5647915013459a3.zip
cpython-272fc1023aa8e2eab7c369e6a5647915013459a3.tar.gz
cpython-272fc1023aa8e2eab7c369e6a5647915013459a3.tar.bz2
#6439: fix argument type for PySys_SetArgvEx() and Py_SetProgramName() in Demo/embed code.
Diffstat (limited to 'Demo/embed/Makefile')
-rw-r--r--Demo/embed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile
index 273df30..b02772f 100644
--- a/Demo/embed/Makefile
+++ b/Demo/embed/Makefile
@@ -22,7 +22,7 @@ CPPFLAGS= $(INCLUDES)
LIBPYTHON= $(blddir)/libpython$(VERSION).a
# XXX edit LIBS (in particular) to match $(blddir)/Makefile
-LIBS= -lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
+LIBS= -lnsl -ldl -lreadline -lieee -lpthread -lutil
LDFLAGS= -Xlinker -export-dynamic
SYSLIBS= -lm
MODLIBS=