Use full url for unicorn submodule to fix forks

This commit is contained in:
momo5502
2025-05-29 17:04:20 +02:00
parent 1724bdd959
commit e760b1e3dd

2
.gitmodules vendored
View File

@@ -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"]