diff --git a/scripts/genie.lua b/scripts/genie.lua index 29976c805..a18c8c995 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -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