Makefile fix
parent
375061d350
commit
7453750b8c
2
Makefile
2
Makefile
|
@ -94,6 +94,8 @@ macosx.app:
|
|||
rm -rf $(BUNDLE)/Contents/Resources/
|
||||
mkdir -p $(BUNDLE)/Contents/Resources/fonts/
|
||||
|
||||
ln -s $(BUNDLE)/Contents/Frameworks/libfreetype.dylib $(BUNDLE)/Contents/Frameworks/libfreetype.6,dylib
|
||||
|
||||
chmod +x cp_dir
|
||||
find doc library contrib examples fonts \( -name '*.factor' \
|
||||
-o -name '*.facts' \
|
||||
|
|
Loading…
Reference in New Issue