diff --git a/Factor.app/Contents/Frameworks/libfreetype.6.dylib b/Factor.app/Contents/Frameworks/libfreetype.6.dylib new file mode 100644 index 0000000000..9a2ba31be5 Binary files /dev/null and b/Factor.app/Contents/Frameworks/libfreetype.6.dylib differ diff --git a/Makefile b/Makefile index 220d3a4bdd..ed44e1bc76 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,13 @@ macosx: macosx.app: $(CP) $(BINARY) $(BUNDLE_BINARY) $(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: $(MAKE) $(BINARY) \