add decode blend

This commit is contained in:
parazyd 2017-07-17 17:02:13 +02:00
parent b619c16c60
commit e810e3ea3f
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 4 additions and 0 deletions

4
sdk
View File

@ -54,6 +54,10 @@ load() {
"devuan" "$R/lib/libdevuansdk/libdevuansdk"
)
blend_map=(
"decode" "$R/../decode.blend"
)
oslib="${os_map[$os]}"
blendlib="${blend_map[$blend]}"