Skip to content

Commit

Permalink
build and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Nov 9, 2024
1 parent e9bd7c2 commit 813021f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 25 deletions.
54 changes: 30 additions & 24 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private function installHxcpp(target:Target):ExitCode
return Success;
}

return Haxelib.install.bind("hxcpp");
return Haxelib.install("hxcpp");

// use git verison
// final hxcppDir = Path.join([HaxelibRepo, "hxcpp/git/"]);
Expand Down

0 comments on commit 813021f

Please sign in to comment.