Set the executable bits when installing the shared library in a MacOSX

framework. Fixes #758112.
This commit is contained in:
Jack Jansen 2003-06-20 20:36:53 +00:00
parent 9e50023898
commit 4735b234d8
1 changed files with 1 additions and 1 deletions

View File

@ -849,7 +849,7 @@ frameworkinstallstructure: $(LDLIBRARY)
$(LN) -fsn Versions/Current/Python $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Python
$(LN) -fsn Versions/Current/Headers $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Headers
$(LN) -fsn Versions/Current/Resources $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Resources
$(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY)
$(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY)
# This installs Mac/Lib into the framework
frameworkinstallmaclib: