1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-01 17:06:32 -05:00

Windows build + remove dependency from github.com

This commit is contained in:
Andrea V
2024-03-05 18:13:11 +01:00
parent 4bb4d6e0dd
commit 159507e2a0
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
# prefix_var: name of a variable which will be set with the path to the extracted contents
function(download_bundled_external remote_path lib_name prefix_var)
set(package_base_url "https://github.com/yuzu-emu/")
set(package_base_url "https://gitlab.com/curlyhacks/")
set(package_repo "no_platform")
set(package_extension "no_platform")
if (WIN32)