summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 2bd9ba3..1e4334d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -288,7 +288,7 @@ platform: $(PYTHON)
# Build the shared modules
sharedmods: $(PYTHON)
- ./$(PYTHON) -E $(srcdir)/setup.py build
+ CC='$(CC)' LDSHARED='$(LDSHARED)' ./$(PYTHON) -E $(srcdir)/setup.py build
# buildno should really depend on something like LIBRARY_SRC
buildno: $(PARSER_OBJS) \