mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Fixed GENie bx include path.
This commit is contained in:
parent
1fa750cef2
commit
396588dd8a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function bgfxProject(_name, _kind, _defines)
|
||||||
includedirs {
|
includedirs {
|
||||||
path.join(BGFX_DIR, "3rdparty"),
|
path.join(BGFX_DIR, "3rdparty"),
|
||||||
path.join(BGFX_DIR, "3rdparty/dxsdk/include"),
|
path.join(BGFX_DIR, "3rdparty/dxsdk/include"),
|
||||||
path.join(BGFX_DIR, "../bx/include"),
|
path.join(BX_DIR, "include"),
|
||||||
}
|
}
|
||||||
|
|
||||||
defines {
|
defines {
|
||||||
|
|
Loading…
Reference in a new issue