From 0470ed949fe8f9dd9cfd871010bd487d0e07eeec Mon Sep 17 00:00:00 2001 From: WXbet <57314510+WXbet@users.noreply.github.com> Date: Thu, 24 Dec 2020 12:55:27 +0100 Subject: [PATCH] s3.TUP Fix libusb description again --- support/configs/plugin_update_toolchain.config.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/configs/plugin_update_toolchain.config.template b/support/configs/plugin_update_toolchain.config.template index 8d0ca5a..21b2c37 100644 --- a/support/configs/plugin_update_toolchain.config.template +++ b/support/configs/plugin_update_toolchain.config.template @@ -213,9 +213,9 @@ LIB_USB="1"; LIB_USB_beta="0"; LIB_USB_name="libusb"; LIB_USB_version="$(curl --silent "https://api.github.com/repos/libusb/libusb/releases/latest" | jq -r '.tag_name' | cut -c 2-)"; -LIB_USB_desc="$LIB_USB_name $LIB_USB_version (gcc c11)"; LIB_USB_check="libusb-1.0.pc $(printf "$LIB_USB_version")"; LIB_USB_checkcc="c11"; +LIB_USB_desc="$LIB_USB_name $LIB_USB_version (gcc $LIB_USB_checkcc)"; LIB_USB_url="$(curl --silent "https://api.github.com/repos/libusb/libusb/releases/latest" | jq -r '.assets[2].browser_download_url')"; LIB_USB_tasks=('export TOOLCHAIN=@TOOLCHAIN@;'); LIB_USB_tasks+=('export PATH="$TOOLCHAIN/bin:$PATH";');