Freetype staging violation fix
parent
58da31c071
commit
f319b45de9
|
@ -3,14 +3,11 @@
|
|||
USING: alien alien.syntax kernel system combinators ;
|
||||
IN: freetype
|
||||
|
||||
: load-freetype-library ( -- )
|
||||
"freetype" {
|
||||
{ [ macosx? ] [ "@executable_path/../Frameworks/libfreetype.6.dylib" "cdecl" add-library ] }
|
||||
{ [ windows? ] [ "freetype6.dll" "cdecl" add-library ] }
|
||||
{ [ t ] [ drop ] }
|
||||
} cond ; parsing
|
||||
|
||||
load-freetype-library
|
||||
<< "freetype" {
|
||||
{ [ macosx? ] [ "@executable_path/../Frameworks/libfreetype.6.dylib" "cdecl" add-library ] }
|
||||
{ [ windows? ] [ "freetype6.dll" "cdecl" add-library ] }
|
||||
{ [ t ] [ drop ] }
|
||||
} cond >>
|
||||
|
||||
LIBRARY: freetype
|
||||
|
||||
|
|
Loading…
Reference in New Issue