We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17077ef commit e1620abCopy full SHA for e1620ab
1 file changed
tests/runci/targets/Cpp.hx
@@ -26,7 +26,7 @@ class Cpp {
26
final path = getHaxelibPath("hxcpp");
27
infoMsg('hxcpp has already been installed in $path.');
28
} catch(e:Dynamic) {
29
- haxelibInstallGit("HaxeFoundation", "hxcpp", true);
+ haxelibInstallGit("RblSb", "hxcpp", "cppia-redefinition", true);
30
runCommand("haxe", [
31
"--cwd", getHaxelibPath("hxcpp") + "tools/hxcpp/",
32
"-D", "source-header=''",
0 commit comments