Bläddra i källkod

fix all.hxml compilation

Simon Krajewski 10 år sedan
förälder
incheckning
7c03ffd30c
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      extra/ImportAll.hx

+ 2 - 0
extra/ImportAll.hx

@@ -49,6 +49,8 @@ class ImportAll {
 			if ( !Context.defined("python") ) return;
 		case "hl":
 			if( !Context.defined("hl") ) return;
+		case "lua":
+			if( !Context.defined("lua") ) return;
 		case "tools":
 			return;
 		case "build-tool":