Skip to content

Commit

Permalink
Merge pull request #9 from penev92/fixMono
Browse files Browse the repository at this point in the history
Fixed Mono-specific .dll.config library targets
  • Loading branch information
penev92 authored Jun 10, 2023
2 parents ae74cde + 2dfaaff commit 29ef977
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 29ef977

Please sign in to comment.