git » sdk » commit fed74be

Fix hxcpp in hx-build-dep

author Stephen Paul Weber
2026-05-09 00:36:48 UTC
committer Stephen Paul Weber
2026-05-09 00:36:48 UTC
parent eb36159ed5cf14cf2acb83085e820cc25b56268f

Fix hxcpp in hx-build-dep

Makefile +1 -1

diff --git a/Makefile b/Makefile
index aa4a9d6..64bc082 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ hx-build-dep:
 	haxelib --quiet install hxnodejs
 	haxelib --quiet git hxtsdgen https://github.com/singpolyma/hxtsdgen
 	haxelib --quiet install utest
-	haxelib --quiet git hxtsdgen https://github.com/singpolyma/hxtsdgen
+	haxelib --quiet git hxcpp https://github.com/singpolyma/hxcpp update-sqlite
 	cd "$(shell haxelib libpath hxcpp)"/tools/hxcpp && haxe compile.hxml
 
 npm/borogove-browser.js: