Commit a8278cc3 authored by Jack Jansen's avatar Jack Jansen

The OSX framework Headers symlink pointed the wrong way. Fixed.

Bill Fancher found this one.
parent 6cd6a82d
......@@ -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 \
......
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