From 13ab852de4a604fc2010e11b2082730bf19bc341 Mon Sep 17 00:00:00 2001 From: Mike Popoloski Date: Sat, 15 Nov 2014 15:09:38 -0500 Subject: [PATCH] Updating name of winphone 8.1 toolset. --- scripts/genie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 29976c80..a18c8c99 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