This also removes the explicit dependency on mono's packaged FreeType, which should allow development builds to be used with homebrew-packaged mono.
7 lines
271 B
XML
7 lines
271 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<dllmap dll="freetype6" os="linux" target="libfreetype.so.6" />
|
|
<dllmap dll="freetype6" os="osx" target="libfreetype.6.dylib" />
|
|
<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
|
|
</configuration>
|