externals: Switch to forked mcl with MSYS2 fix applied

This commit is contained in:
OpenSauce04
2025-03-16 22:30:36 +00:00
parent 8a74e2a3b1
commit 278405bd71
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -9,7 +9,7 @@
url = https://github.com/fmtlib/fmt.git url = https://github.com/fmtlib/fmt.git
[submodule "mcl"] [submodule "mcl"]
path = externals/mcl path = externals/mcl
url = https://github.com/merryhime/mcl.git url = https://github.com/azahar-emu/mcl.git
[submodule "oaknut"] [submodule "oaknut"]
path = externals/oaknut path = externals/oaknut
url = https://github.com/merryhime/oaknut.git url = https://github.com/merryhime/oaknut.git

2
externals/mcl vendored