Commit 4a4f732b authored by 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.
parent 95c00fa4
......@@ -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