Skip to content

Commit

Permalink
Fixed Mono-specific .dll.config library targets
Browse files Browse the repository at this point in the history
  • Loading branch information
penev92 committed Jun 10, 2023
1 parent ae74cde commit 2dfaaff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SDL2-CS.dll.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap dll="SDL2.dll" os="!windows" target="libSDL2-2.0.so.0" />
<dllmap dll="SDL2.dll" os="openbsd" target="libSDL2.so" />
<dllmap dll="SDL2.dll" os="osx" target="libSDL2.dylib"/>
<dllmap dll="SDL2" os="!windows" target="SDL2.so" />
<dllmap dll="SDL2" os="osx" target="SDL2.dylib"/>
</configuration>

0 comments on commit 2dfaaff

Please sign in to comment.