Install the Python DLL with execute priviledge set. This is required for

Cygwin Python to startup correctly when in ntsec mode.  Cygwin operating in
this mode is probably not the only system with this requirement.
This commit is contained in:
Neil Schemenauer 2001-03-16 11:50:43 +00:00
parent 30edd2387d
commit cf20d4f5ad
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ altbininstall: $(PYTHON)
else true; \
fi
if test -f "$(DLLLIBRARY)"; then \
$(INSTALL_DATA) $(DLLLIBRARY) $(BINDIR); \
$(INSTALL_SHARED) $(DLLLIBRARY) $(BINDIR); \
else true; \
fi