Adding FreeType to OS X bundle
parent
effbcf6575
commit
7786c11eb2
Binary file not shown.
7
Makefile
7
Makefile
|
@ -104,6 +104,13 @@ macosx:
|
||||||
macosx.app:
|
macosx.app:
|
||||||
$(CP) $(BINARY) $(BUNDLE_BINARY)
|
$(CP) $(BINARY) $(BUNDLE_BINARY)
|
||||||
$(CP) $(IMAGE) $(BUNDLE_IMAGE)
|
$(CP) $(IMAGE) $(BUNDLE_IMAGE)
|
||||||
|
install_name_tool \
|
||||||
|
-id @executable_path/../Frameworks/libfreetype.6.dylib \
|
||||||
|
Factor.app/Contents/Frameworks/libfreetype.6.dylib
|
||||||
|
install_name_tool \
|
||||||
|
-change /usr/local/lib/libfreetype.6.dylib \
|
||||||
|
@executable_path/../Frameworks/libfreetype.6.dylib \
|
||||||
|
Factor.app/Contents/MacOS/Factor
|
||||||
|
|
||||||
linux linux-x86 linux-amd64:
|
linux linux-x86 linux-amd64:
|
||||||
$(MAKE) $(BINARY) \
|
$(MAKE) $(BINARY) \
|
||||||
|
|
Loading…
Reference in New Issue