mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
The OSX framework Headers symlink pointed the wrong way. Fixed.
Bill Fancher found this one.
This commit is contained in:
parent
6cd6a82db9
commit
a8278cc37e
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ frameworkinfrastructureinstall: $(LDLIBRARY)
|
|||
else true; \
|
||||
fi; \
|
||||
done
|
||||
$(LN) -sf $(FRAMEWORKFINALDEST)/Headers $(INCLUDEPY)
|
||||
$(LN) -sf $(INCLUDEPY) $(FRAMEWORKFINALDEST)/Headers
|
||||
$(INSTALL_DATA) $(RESSRCDIR)/Info.plist $(FRAMEWORKFINALDEST)/Resources/Info.plist
|
||||
$(INSTALL_DATA) $(RESSRCDIR)/version.plist $(FRAMEWORKFINALDEST)/Resources/version.plist
|
||||
$(INSTALL_DATA) $(RESSRCDIR)/English.lproj/InfoPlist.strings \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue