GothicKit / ZenKit

A re-implementation of file formats used by the early 2000's ZenGin

Home Page:http://zk.gothickit.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable fsanitize on MnGW builds

Try opened this issue · comments

commented

https://github.com/lmichaelis/phoenix/blob/ff1ab4e7575050c8e2ae9fa36709b35823e8ecbf/CMakeLists.txt#L11-L22

MinGW has no -fsanitize support, should be disabled:

- else()
- elif (NOT WIN32)

Thanks, I've added a check on main. Can you try the build again?

commented

Tested cherry-pick of eeece1a - works