git » sdk » commit 95cb50e

Use latest version of haxe crypto

author Stephen Paul Weber
2026-08-24 15:03:10 UTC
committer Stephen Paul Weber
2026-08-24 15:03:10 UTC
parent 8c4183298dc950933c18161e65cb11a72160f22b

Use latest version of haxe crypto

Makefile +1 -0

diff --git a/Makefile b/Makefile
index a85b64f..484f298 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ ci: test playwright
 	haxe testcpp.hxml
 
 hx-build-dep:
+	haxelib --quiet git crypto https://github.com/HaxeFoundation/crypto
 	haxelib --quiet git hxtsdgen https://github.com/singpolyma/hxtsdgen
 	haxelib --quiet git jsImport https://github.com/back2dos/jsImport
 	haxelib --quiet install HtmlParser