bump zuper and libdevuansdk

This commit is contained in:
parazyd 2017-03-18 21:38:24 +01:00
parent 280b9711fe
commit b9520d66e1
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
3 changed files with 7 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0e2810b75c250a466823181e375466b41a6d96d0
Subproject commit 32c372909ae7d85b04d14e0a3b35faa06108e2f8

@ -1 +1 @@
Subproject commit d49b98885dde5886c4c18677dc3532e75f068ad8
Subproject commit d59b4d64cb66b603771737678803dcd95b63af24

6
sdk
View File

@ -69,7 +69,11 @@ load() {
[[ -f $blendlib ]] || { warn "no valid blend specified" }
source $oslib
[[ -f $blendlib ]] && source $blendlib && act "$os blend loaded" && export BLEND=1
[[ -f $blendlib ]] && {
source $blendlib || zerr
act "$os blend loaded"
export BLEND=1
}
workdir="$R/tmp/${os}-${arch}-build"
strapdir="$workdir/bootstrap"