7 lines
276 B
XML
Executable File
7 lines
276 B
XML
Executable File
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<dllmap dll="freetype6" os="linux" target="libfreetype.so.6" />
|
|
<dllmap dll="freetype6" os="osx" target="libfreetype6.dylib" />
|
|
<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
|
|
</configuration>
|