ares-emulator / ares

ares is a cross-platform, open source, multi-system emulator, focusing on accuracy and preservation.
https://ares-emu.net
Other
864 stars 105 forks source link

Fix cl build break #1517

Closed reflectronic closed 3 weeks ago

reflectronic commented 3 weeks ago

Fix build break caused by #1515. Let's see what CI says...

invertego commented 3 weeks ago

There are actually two build breaks here, one of which is not your fault. The (confusingly named) ares-windows-msvc builds, which use clang, are broken due to https://github.com/actions/runner-images/issues/10001

reflectronic commented 3 weeks ago

I fixed the linker error, this patch should be good to go now.