nim-bgfx icon indicating copy to clipboard operation
nim-bgfx copied to clipboard

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

Open treeform opened this issue 7 years ago • 1 comments

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 avatar Jun 11 '18 16:06 treeform

Adding:

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

seem to have fixed it.

treeform avatar Jun 11 '18 16:06 treeform