Browse Source

Updating name of winphone 8.1 toolset.

Mike Popoloski 11 years ago
parent
commit
13ab852de4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/genie.lua

+ 1 - 1
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