mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Updating name of winphone 8.1 toolset.
This commit is contained in:
parent
893035af65
commit
13ab852de4
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ function exampleProject(_name)
|
|||
configuration {}
|
||||
|
||||
-- don't output debugdir for winphone builds
|
||||
if "winphone8-1" ~= _OPTIONS["vs"] then
|
||||
if "winphone81" ~= _OPTIONS["vs"] then
|
||||
debugdir (BGFX_DIR .. "examples/runtime/")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue