Add linux compatibility to stage scripts
This commit is contained in:
parent
d0f6bd727f
commit
3d21025056
39 changed files with 118 additions and 44 deletions
|
@ -4,6 +4,9 @@ GLSLANG_REPO="https://github.com/KhronosGroup/glslang.git"
|
|||
GLSLANG_COMMIT="5878bcb17e43bf22cecaf6095900a33ff7f53445"
|
||||
|
||||
ffbuild_enabled() {
|
||||
# Pointless without Vulkan
|
||||
[[ $TARGET == linux* ]] && return -1
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue