Skip to content

Commit 4c81df4

Browse files
committed
use latest hxcppp release
1 parent e1d7368 commit 4c81df4

File tree

2 files changed

+27
-54
lines changed

2 files changed

+27
-54
lines changed

build/index.js

Lines changed: 24 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Main.hx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ function main()
3737
run.bind("sudo apt-get upgrade"), // for nekotools
3838
run.bind("sudo apt-get install neko -y"), // for nekotools
3939
// run.bind("haxelib install haxelib 4.0.3"), // 4.1.0 is failing on unit tests
40-
installHaxelibs.bind(limeVersion, openflVersion, flixelVersions),
41-
installHxcpp.bind(target)
40+
installHaxelibs.bind(limeVersion, openflVersion, flixelVersions) // ,
41+
// installHxcpp.bind(target)
4242
]);
4343
if (installationResult != Success)
4444
{
@@ -84,6 +84,7 @@ private function installHaxelibs(limeVersion:LibVersion, openflVersion:LibVersio
8484
Haxelib.git.bind("GeoKureli", "munit", "MassiveUnit", "haxe4-3", "src"),
8585
Haxelib.git.bind("GeoKureli", "hamcrest", "hamcrest-haxe", "master", "src"),
8686
Haxelib.install.bind("systools"),
87+
Haxelib.install.bind("hxcpp"),
8788
Haxelib.install.bind("task"),
8889
Haxelib.install.bind("poly2trihx"),
8990
Haxelib.install.bind("nape-haxe4"),

0 commit comments

Comments
 (0)