Add explicit enable step to vulkan script dir

This commit is contained in:
BtbN 2023-04-19 14:08:21 +02:00
parent 8a04456211
commit e2acf44a52
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
SCRIPT_SKIP="1"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.4* ]] && return -1
return 0
}
ffbuild_dockerbuild() {
return 0
}