mirror of https://github.com/parazyd/vm-sdk.git
bump zuper and libdevuansdk
This commit is contained in:
parent
280b9711fe
commit
b9520d66e1
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0e2810b75c250a466823181e375466b41a6d96d0
|
Subproject commit 32c372909ae7d85b04d14e0a3b35faa06108e2f8
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit d49b98885dde5886c4c18677dc3532e75f068ad8
|
Subproject commit d59b4d64cb66b603771737678803dcd95b63af24
|
||||||
6
sdk
6
sdk
|
|
@ -69,7 +69,11 @@ load() {
|
||||||
[[ -f $blendlib ]] || { warn "no valid blend specified" }
|
[[ -f $blendlib ]] || { warn "no valid blend specified" }
|
||||||
|
|
||||||
source $oslib
|
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"
|
workdir="$R/tmp/${os}-${arch}-build"
|
||||||
strapdir="$workdir/bootstrap"
|
strapdir="$workdir/bootstrap"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue