Simon Krajewski 1 年之前
父节点
当前提交
2ae66e87af
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/runci/targets/Cpp.hx

+ 1 - 1
tests/runci/targets/Cpp.hx

@@ -75,7 +75,7 @@ class Cpp {
 
 		changeDirectory(getMiscSubDir("coroutines"));
 		runCommand("haxe", ["build-cpp.hxml"]);
-		runCpp("bin/cpp/Main-debug.exe");
+		runCpp("bin/cpp/Main-debug");
 
 		changeDirectory(sysDir);
 		runCommand("haxe", ["-D", archFlag, "--each", "compile-cpp.hxml"].concat(args));