summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-04-03 08:37:59 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-04-03 08:37:59 (GMT)
commit0000295fe3b316f78732d543e15ae69efe168bed (patch)
tree12fcc77af1c2bf1d17665319af4ca5bedf191a4c /Makefile.pre.in
parentdd2fedcd1c006fe79625af340a884fb284cc38ce (diff)
downloadcpython-0000295fe3b316f78732d543e15ae69efe168bed.zip
cpython-0000295fe3b316f78732d543e15ae69efe168bed.tar.gz
cpython-0000295fe3b316f78732d543e15ae69efe168bed.tar.bz2
Issue #1222585: Added LDCXXSHARED for C++ support
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index adccea1..ad9fb2a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -107,6 +107,7 @@ LIBP= $(LIBDIR)/python$(VERSION)
SO= @SO@
LDSHARED= @LDSHARED@
BLDSHARED= @BLDSHARED@
+LDCXXSHARED= @LDCXXSHARED@
DESTSHARED= $(BINLIBDEST)/lib-dynload
# Executable suffix (.exe on Windows and Mac OS X)