Explorar o código

use asys branch for now

Simon Krajewski hai 1 ano
pai
achega
de7e54c148
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/runci/targets/Cpp.hx

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

@@ -28,7 +28,7 @@ class Cpp {
 			final path = getHaxelibPath("hxcpp");
 			infoMsg('hxcpp has already been installed in $path.');
 		} catch(e:Dynamic) {
-			haxelibInstallGit("HaxeFoundation", "hxcpp", true);
+			haxelibInstallGit("Aidan63", "hxcpp", "asys", true);
 			final oldDir = Sys.getCwd();
 			changeDirectory(getHaxelibPath("hxcpp") + "tools/hxcpp/");
 			runCommand("haxe", ["-D", "source-header=''", "compile.hxml"]);