From e760b1e3dd5de71a425ff099325fd9d20577ee92 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Thu, 29 May 2025 17:04:20 +0200 Subject: [PATCH] Use full url for unicorn submodule to fix forks --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1af1ba95..385ca7f2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "deps/unicorn"] path = deps/unicorn - url = ../unicorn.git + url = https://github.com/momo5502/unicorn.git shallow = true branch = wasm [submodule "deps/reflect"]