Changed precompiled binary download path own fork from yuzu-mirror
Nintendo will not be able to take these repositories down anyways, they'd have to get my whole Github account banned for that
This commit is contained in:
parent
316f96eafe
commit
505dbf93d0
1 changed files with 1 additions and 1 deletions
|
@ -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-mirror/")
|
||||
set(package_base_url "https://github.com/torzu/")
|
||||
set(package_repo "no_platform")
|
||||
set(package_extension "no_platform")
|
||||
if (WIN32)
|
||||
|
|
Loading…
Reference in a new issue