mirror of https://github.com/python/cpython.git
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:
parent
30edd2387d
commit
cf20d4f5ad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue