mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed VS2008 build.
This commit is contained in:
parent
c3ed0050d2
commit
237ee5b9e5
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ function bgfxProject(_name, _kind, _defines)
|
|||
"GLESv2",
|
||||
}
|
||||
|
||||
configuration { "mingw*", "not vs201*" }
|
||||
configuration { "mingw* or vs2008" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue