auRose94 / nim-bgfx

BGFX wrapper for the nim programming language.
BSD 2-Clause "Simplified" License
46 stars 6 forks source link

I run into this issue, using nim-bgfx on windows: #9

Open treeform opened 6 years ago

treeform commented 6 years ago

I think some thing needs to be added to the build path when on windows and mingw: https://github.com/bkaradzic/bx/issues/50

treeform commented 6 years ago

Adding:

    when defined(windows):
        paths.add("../embed/bx/include/compat/mingw")

seem to have fixed it.