mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
chore: update external tool dependencies and URLs
1. Update NASM from 2.16.01 to 2.16.03 and use the official nasm.us download URL 2. Update clang-format from version 15 to version 20 3. Change all repository URLs from yuzu-mirror GitHub to Citron's self-hosted Git server Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
@@ -8,7 +8,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://git.citron-emu.org/citron/")
|
||||
set(package_repo "no_platform")
|
||||
set(package_extension "no_platform")
|
||||
if (WIN32)
|
||||
|
||||
Reference in New Issue
Block a user