Browse Source

Fixed premake script.

bkaradzic 12 years ago
parent
commit
f58d4308c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      premake/premake4.lua

+ 1 - 1
premake/premake4.lua

@@ -109,7 +109,7 @@ function exampleProject(_name, _uuid)
 
 
 	configuration { "osx" }
 	configuration { "osx" }
 		files {
 		files {
---			BGFX_DIR .. "examples/common/**.mm",
+			BGFX_DIR .. "examples/common/**.mm",
 		}
 		}
 		links {
 		links {
 			"Cocoa.framework",
 			"Cocoa.framework",