git » sdk » commit b8606e6

Use hxcpp fork with latest sqlite

author Stephen Paul Weber
2025-03-18 20:05:14 UTC
committer Stephen Paul Weber
2025-03-18 20:05:14 UTC
parent b1e62d2ea96fb9741bde441a4bcec4369d6225da

Use hxcpp fork with latest sqlite

.github/workflows/build.yml +1 -1
README.md +1 -1

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cba13e5..04aeda5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
         haxelib --quiet install hxnodejs
         haxelib --quiet git hxtsdgen https://github.com/singpolyma/hxtsdgen
         haxelib --quiet install utest
-        haxelib --quiet git hxcpp https://github.com/HaxeFoundation/hxcpp
+        haxelib --quiet git hxcpp https://github.com/singpolyma/hxcpp update-sqlite
         cd ~/haxe/hxcpp/git/tools/hxcpp
         haxe compile.hxml
 
diff --git a/README.md b/README.md
index 068b5a5..6357cd8 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Working towards simplicity in developing Snikket-compatible apps.
     haxelib install hxnodejs
     haxelib git hxtsdgen https://github.com/singpolyma/hxtsdgen
     haxelib install utest
-    haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp
+    haxelib git hxcpp https://github.com/singpolyma/hxcpp update-sqlite
     cd ~/haxe/hxcpp/git/tools/hxcpp
     haxe compile.hxml
     make