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