openbsd-ports/games/openra/files/OpenAL-CS.Core.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
193 B
XML

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