1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-12-05 12:22:09 -06:00

Link LLVM in dynarmic statically

This commit is contained in:
niansa
2024-03-12 22:45:45 +01:00
parent b76ad05a53
commit 6febb82917
2 changed files with 5 additions and 4 deletions

7
.gitmodules vendored
View File

@@ -7,9 +7,6 @@
[submodule "cubeb"]
path = externals/cubeb
url = https://github.com/mozilla/cubeb.git
[submodule "dynarmic"]
path = externals/dynarmic
url = https://gitlab.com/suyu-emu/dynarmic.git
[submodule "libusb"]
path = externals/libusb/libusb
url = https://github.com/libusb/libusb.git
@@ -67,3 +64,7 @@
[submodule "Vulkan-Utility-Libraries"]
path = externals/Vulkan-Utility-Libraries
url = https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git
[submodule "externals/dynarmic"]
path = externals/dynarmic
url = https://gitlab.com/suyu-emu/dynarmic.git
branch = stable