-
-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This avoids the dependency on neko, which means that haxe no longer has to be packaged with neko as a mandatory dependency. Haxelib has to be run through interp first in order to install hxcpp.
- Loading branch information
Showing
3 changed files
with
20 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule haxelib_src
updated
22 files
+48 −48 | .devcontainer/mysql-public-key | |
+23 −13 | Earthfile | |
+21 −0 | LICENSE | |
+1 −4 | client.hxml | |
+6 −0 | client_cpp.hxml | |
+1 −4 | client_legacy.hxml | |
+1 −4 | client_tests.hxml | |
+4 −0 | each.hxml | |
+2 −5 | integration_tests.hxml | |
+1 −0 | libs.hxml | |
+1 −4 | package.hxml | |
+ − | run.n | |
+1 −4 | server_each.hxml | |
+1 −4 | server_gitrepo.hxml | |
+0 −1 | server_legacy.hxml | |
+0 −1 | src/Package.hx | |
+2 −2 | src/haxelib/Data.hx | |
+1 −1 | src/haxelib/VersionData.hx | |
+5 −0 | src/haxelib/api/Installer.hx | |
+5 −5 | src/haxelib/client/Main.hx | |
+2 −0 | test/IntegrationTests.hx | |
+8 −14 | test/RunCi.hx |