Selaa lähdekoodia

[cs] always dump descriptor; even if no compilation is on

Cauê Waneck 11 vuotta sitten
vanhempi
commit
4dd3f6e19d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      gencs.ml

+ 1 - 1
gencs.ml

@@ -2911,8 +2911,8 @@ let configure gen =
 
 
 	generate_modules gen "cs" "src" module_gen;
 	generate_modules gen "cs" "src" module_gen;
 
 
+	dump_descriptor gen ("hxcs_build.txt") path_s module_s;
 	if ( not (Common.defined gen.gcon Define.NoCompilation || Common.defined gen.gcon Define.UnityStdTarget) ) then begin
 	if ( not (Common.defined gen.gcon Define.NoCompilation || Common.defined gen.gcon Define.UnityStdTarget) ) then begin
-		dump_descriptor gen ("hxcs_build.txt") path_s module_s;
 		let old_dir = Sys.getcwd() in
 		let old_dir = Sys.getcwd() in
 		Sys.chdir gen.gcon.file;
 		Sys.chdir gen.gcon.file;
 		let cmd = "haxelib run hxcs hxcs_build.txt --haxe-version " ^ (string_of_int gen.gcon.version) in
 		let cmd = "haxelib run hxcs hxcs_build.txt --haxe-version " ^ (string_of_int gen.gcon.version) in