Skip to content

Commit b328f08

Browse files
committed
Limit the 'Vulkan-Shader-Compiler' Rule to Windows and Linux targets.
1 parent 68d5bc6 commit b328f08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/code/modules/shader_tools/shader_tools.bff

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
[
3232
.Name = 'Vulkan-Shader-Compiler'
3333
.Requires = { 'SDK-Vulkan' }
34+
.RequiresAny = { 'Windows', 'Linux' }
3435

3536
.Public =
3637
[

0 commit comments

Comments
 (0)