Skip to content

Commit

Permalink
Merge pull request #3 from jbeich/master
Browse files Browse the repository at this point in the history
Add support for all BSDs
  • Loading branch information
pchote authored Sep 7, 2019
2 parents f2df93c + 37b99eb commit 44366d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SDL2-CS.dll.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap os="!windows" dll="SDL2.dll" target="libSDL2-2.0.so.0" />
<dllmap os="openbsd" dll="SDL2.dll" target="libSDL2.so" />
<dllmap os="osx" dll="SDL2.dll" target="libSDL2.dylib"/>
<dllmap os="linux" dll="SDL2.dll" target="libSDL2-2.0.so.0" />
</configuration>

0 comments on commit 44366d4

Please sign in to comment.