Browse Source

Fixed project.

bkaradzic 12 years ago
parent
commit
e6bd06f90a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      premake/bx.lua

+ 2 - 0
premake/bx.lua

@@ -17,6 +17,8 @@ project "bx"
 			"/tmp/dummy.cpp",
 		}
 
+	configuration {}
+
 	files {
 		"../include/**.h",
 	}