Kaydet (Commit) cf20d4f5 authored tarafından Neil Schemenauer's avatar Neil Schemenauer

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.
üst 30edd238
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment