(07070366c) Added freetype dylib to repo.
This commit is contained in:
@@ -188,6 +188,12 @@
|
|||||||
<None Include="libvlc.dylib">
|
<None Include="libvlc.dylib">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
<None Include="libMonoPosixHelper.dylib">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
|
<None Include="libfreetype.6.dylib">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</None>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
<None Include="Barotrauma">
|
<None Include="Barotrauma">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<configuration>
|
<configuration>
|
||||||
<dllmap dll="freetype6" os="linux" target="libfreetype.so.6" />
|
<dllmap dll="freetype6" os="linux" target="libfreetype.so.6" />
|
||||||
<dllmap dll="freetype6" os="osx" target="/Library/Frameworks/Mono.framework/Libraries/libfreetype.6.dylib" />
|
<dllmap dll="freetype6" os="osx" target="libfreetype.6.dylib" />
|
||||||
<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
|
<dllmap dll="freetype6" os="freebsd" target="libfreetype.so.6" />
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
BIN
Binary file not shown.
Reference in New Issue
Block a user