2
0
Simon Krajewski 1 жил өмнө
parent
commit
2ae66e87af

+ 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));