Replace URLs for precompiled windows binaries

This commit is contained in:
mateomaui
2024-06-11 05:13:25 -10:00
committed by GitHub
parent 002d0559f2
commit 35fe455e5c
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/torzu/")
set(package_base_url "https://github.com/litucks/")
set(package_repo "no_platform")
set(package_extension "no_platform")
if (WIN32)