git » sdk » commit f31c9f6

Update hxcp

author Stephen Paul Weber
2026-06-22 15:06:18 UTC
committer Stephen Paul Weber
2026-06-22 15:06:18 UTC
parent 9d43c594bbeac0978ef18643a00aa151f2473c78

Update hxcp

Makefile +5 -1

diff --git a/Makefile b/Makefile
index 978ffba..e7aee9f 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ hx-build-dep:
 	haxelib --quiet install tink_http
 	haxelib --quiet install uuidv7
 	haxelib --quiet install utest
-	haxelib --quiet git hxcpp https://github.com/singpolyma/hxcpp update-sqlite
+	haxelib --quiet git hxcpp https://github.com/singpolyma/hxcpp master
 	cd "$$(haxelib libpath hxcpp)"/tools/hxcpp && haxe compile.hxml
 
 npm/borogove-browser.js:
@@ -100,6 +100,10 @@ cpp:
 	cp -pr "$(shell haxelib libpath hxcpp)"/src/hx/libs/regexp cpp/src/hx/libs/
 	cp -pr "$(shell haxelib libpath hxcpp)"/src/hx/libs/sqlite cpp/src/hx/libs/
 	cp -pr "$(shell haxelib libpath hxcpp)"/src/hx/gc cpp/src/hx/
+	cp -pr "$(shell haxelib libpath hxcpp)"/src/hx/thread cpp/src/hx/
+	$(RM) cpp/src/hx/thread/*.unsupported.cpp
+	$(RM) cpp/src/hx/thread/*.win32.cpp
+	$(RM) cpp/src/hx/thread/*.apple.cpp
 	cp -p "$(shell haxelib libpath hxcpp)"/src/hx/StdLibs.cpp cpp/src/hx/
 	cp -p "$(shell haxelib libpath hxcpp)"/src/hx/Lib.cpp cpp/src/hx/
 	cp -p "$(shell haxelib libpath hxcpp)"/src/hx/Hash.h cpp/src/hx/