Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fce25a7

Browse files
committed
use $(RUNSHARED) to run plat-mac/regen
1 parent c39d762 commit fce25a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ $(srcdir)/Lib/$(PLATDIR):
899899
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
900900
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
901901
export EXE; EXE="$(BUILDEXE)"; \
902-
cd $(srcdir)/Lib/$(PLATDIR); ./regen
902+
cd $(srcdir)/Lib/$(PLATDIR); $(RUNSHARED) ./regen
903903

904904
# Install the include files
905905
INCLDIRSTOMAKE=$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY)

0 commit comments

Comments
 (0)