summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Balbi2020-03-09 13:17:15 +0200
committerFelipe Balbi2020-03-09 13:17:15 +0200
commit2402eb0d67ecff8e92f351b447f73ebb53bcce44 (patch)
tree9583540fbd8a42734169f3f107e47bde3ac64c79 /PKGBUILD
parent7f19b054848adff45554225a452e95f82ef4f305 (diff)
downloadaur-2402eb0d67ecff8e92f351b447f73ebb53bcce44.tar.gz
Correct versions of available toolchains
Signed-off-by: Felipe Balbi <felipe.balbi@microsoft.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81af11d53770..cd801c3acde6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ build() {
chmod 755 "${srcdir}"/azurespheresdk/Tools/azsphere_slattach
chmod 755 "${srcdir}"/azurespheresdk/Tools/azsphere_connect.sh
- for sysroot in 3 3+Beta1909 4+Beta2001; do
+ for sysroot in 3 4 4+Beta2001; do
chmod 755 "${srcdir}"/azurespheresdk/Sysroots/"${sysroot}"/tools/exp23-appsdk-linux-blanca.sh
"${srcdir}"/azurespheresdk/Sysroots/"${sysroot}"/tools/exp23-appsdk-linux-blanca.sh -d "${srcdir}"/azurespheresdk/Sysroots/"${sysroot}"/tools/ -y
done