Skip to content

Commit

Permalink
ci: we don't need clc... I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 9, 2023
1 parent fb30498 commit d446260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ if with_aco_tests and not with_amd_vk
endif

with_microsoft_clc = get_option('microsoft-clc').enabled()
with_clc = with_microsoft_clc or with_intel_clc or with_gallium_asahi
with_clc = with_microsoft_clc or with_intel_clc
with_spirv_to_dxil = get_option('spirv-to-dxil')

if host_machine.system() == 'darwin'
Expand Down

0 comments on commit d446260

Please sign in to comment.