ncannasse 6 年之前
父节点
当前提交
1e05b3758d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      other/haxelib/Run.hx

+ 1 - 1
other/haxelib/Run.hx

@@ -24,7 +24,7 @@ class Build {
 		var tpl = config.defines.get("hlgen.makefile");
 		if( tpl != null )
 			generateVCProj(tpl);
-		if( config.defines.get("hlgen.noprint") == null )
+		if( config.defines.get("hlgen.silent") == null )
 			Sys.println("Code generated in "+output+" automatic native compilation not yet implemented");
 	}