mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Don't output debugdir for WinRT builds, since it messes up the emulator.
This commit is contained in:
parent
58ddaa4b1d
commit
3d662e1211
1 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,10 @@ function exampleProject(_name)
|
|||
|
||||
configuration {}
|
||||
|
||||
debugdir (BGFX_DIR .. "examples/runtime/")
|
||||
-- don't output debugdir for winphone builds
|
||||
if "winphone8-1" ~= _OPTIONS["vs"] then
|
||||
debugdir (BGFX_DIR .. "examples/runtime/")
|
||||
end
|
||||
|
||||
includedirs {
|
||||
BX_DIR .. "include",
|
||||
|
|
Loading…
Reference in a new issue