Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39d762 commit fce25a7Copy full SHA for fce25a7
1 file changed
Makefile.pre.in
@@ -899,7 +899,7 @@ $(srcdir)/Lib/$(PLATDIR):
899
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
900
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
901
export EXE; EXE="$(BUILDEXE)"; \
902
- cd $(srcdir)/Lib/$(PLATDIR); ./regen
+ cd $(srcdir)/Lib/$(PLATDIR); $(RUNSHARED) ./regen
903
904
# Install the include files
905
INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY)
0 commit comments