Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-07-06 16:07:23 -04:00
parent 35f6afb031
commit 789dacedca
No known key found for this signature in database
GPG key ID: A5A7629F109C8FD1

View file

@ -8,7 +8,7 @@
set(CURRENT_MODULE_DIR ${CMAKE_CURRENT_LIST_DIR})
function(download_bundled_external remote_path lib_name prefix_var)
set(package_base_url "https://github.com/eden-emulator")
set(package_base_url "https://github.com/eden-emulator/")
set(package_repo "no_platform")
set(package_extension "no_platform")
if (WIN32)