1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-29 15:36:32 -05:00

license-fix (#31)

Co-authored-by: palfaiate <syl.paulo.alfaiate@gmail.com>
Co-authored-by: SylverDiscord51 <p71468162@gmail.com>
Co-committed-by: SylverDiscord51 <p71468162@gmail.com>
This commit is contained in:
SylverDiscord51
2024-03-24 02:15:57 +01:00
committed by Fijxu
parent c1a1731324
commit 1648d189d3
264 changed files with 281 additions and 226 deletions

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2017 yuzu Emulator Project & 2024 suyu Emulator Project
# SPDX-FileCopyrightText: 2017 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
# This function downloads a binary library package from our external repo.
@@ -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://gitlab.com/suyu-emu/")
set(package_base_url "https://git.suyu.dev/suyu")
set(package_repo "no_platform")
set(package_extension "no_platform")
set(package_head "?ref_type=heads")