Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8278cc

Browse files
committed
The OSX framework Headers symlink pointed the wrong way. Fixed.
Bill Fancher found this one.
1 parent 6cd6a82 commit a8278cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ frameworkinfrastructureinstall: $(LDLIBRARY)
771771
else true; \
772772
fi; \
773773
done
774-
$(LN) -sf $(FRAMEWORKFINALDEST)/Headers $(INCLUDEPY)
774+
$(LN) -sf $(INCLUDEPY) $(FRAMEWORKFINALDEST)/Headers
775775
$(INSTALL_DATA) $(RESSRCDIR)/Info.plist $(FRAMEWORKFINALDEST)/Resources/Info.plist
776776
$(INSTALL_DATA) $(RESSRCDIR)/version.plist $(FRAMEWORKFINALDEST)/Resources/version.plist
777777
$(INSTALL_DATA) $(RESSRCDIR)/English.lproj/InfoPlist.strings \

0 commit comments

Comments
 (0)