Browse Source

s3.TUP Fix libusb description again

pull/61/head
WXbet 4 years ago
parent
commit
0470ed949f
  1. 2
      support/configs/plugin_update_toolchain.config.template

2
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";');

Loading…
Cancel
Save