|
@@ -46,7 +46,9 @@ class ImportAll {
|
|
case "cs":
|
|
case "cs":
|
|
if( !Context.defined("cs") ) return;
|
|
if( !Context.defined("cs") ) return;
|
|
case "python":
|
|
case "python":
|
|
- if( !Context.defined("python") ) return;
|
|
|
|
|
|
+ if ( !Context.defined("python") ) return;
|
|
|
|
+ case "hl":
|
|
|
|
+ if( !Context.defined("hl") ) return;
|
|
case "tools":
|
|
case "tools":
|
|
return;
|
|
return;
|
|
case "build-tool":
|
|
case "build-tool":
|