Open chaigler opened 6 years ago
Are we? I took a look with a clean devhead pull and don't see any references to dxerr in the cmake file.
Take a look at Engine/lib/sdl/CMakeLists.txt around line 1307.
To be fair, it's a really minor issue. I think it only crops up if you're building on Windows with DirectX unchecked in cmake. Still, SDL doesn't actually use any of the functions in dxerr so there's no need to link it at all (which is what this was talking about: https://github.com/davidsiaw/SDL2/issues/1)
Add, dang ok I didn't realize it was in the SDL CMakeLists. Good spot.
Looks like we had an accidental reversion to #2163. We're back to SDL linking against dxerr.lib.