openbsd-ports/games/openra/files/SDL2-CS.dll.config
patrick 7179983490 Update to the OpenRA 20210321 release. There have been a few changes
that we need to adjust to.  OpenRA update the language version to 7.3,
which seems to not compile with our mono/msbuild combination, hence
downgrade to 7.2 and re-work one part of the code that relies on 7.3
semantics.  OpenRA now depends on nuget, so there's a new distfile that
contains the nuget dependencies. Furthermore, add a workaround for the
dllmap config files.

Committing on behalf of thfr@
Tested by and ok bket@ tobhe@
Tested by patrick@ on arm64
Tested by thfr@
2021-05-12 13:52:49 +00:00

6 lines
180 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<dllmap os="!windows" dll="SDL2" target="libSDL2.so" />
<dllmap os="osx" dll="SDL2" target="SDL2.dylib"/>
</configuration>