nim-bgfx
nim-bgfx copied to clipboard
I run into this issue, using nim-bgfx on windows:
I think some thing needs to be added to the build path when on windows and mingw: https://github.com/bkaradzic/bx/issues/50
Adding:
when defined(windows):
paths.add("../embed/bx/include/compat/mingw")
seem to have fixed it.