Skip to content

Commit e1620ab

Browse files
committed
custom hxcpp branch
1 parent 17077ef commit e1620ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runci/targets/Cpp.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Cpp {
2626
final path = getHaxelibPath("hxcpp");
2727
infoMsg('hxcpp has already been installed in $path.');
2828
} catch(e:Dynamic) {
29-
haxelibInstallGit("HaxeFoundation", "hxcpp", true);
29+
haxelibInstallGit("RblSb", "hxcpp", "cppia-redefinition", true);
3030
runCommand("haxe", [
3131
"--cwd", getHaxelibPath("hxcpp") + "tools/hxcpp/",
3232
"-D", "source-header=''",

0 commit comments

Comments
 (0)