WXbet
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
support/configs/plugin_update_toolchain.config.template
|
|
@ -214,7 +214,7 @@ 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_check="libusb-1.0.pc"; |
|
|
|
LIB_USB_url="$(curl --silent "https://api.github.com/repos/libusb/libusb/releases/latest" | jq -r '.assets[1].browser_download_url')"; |
|
|
|
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";'); |
|
|
|
LIB_USB_tasks+=('[ -n "@CFLAGS@" ] && export CFLAGS="@CFLAGS@";'); |
|
|
|