Ensured usage of bundled shaderc instead of the VulkanSDK one
Test Compilation / Build evk (push) Successful in 25s

This commit is contained in:
2026-05-08 14:30:42 +03:00
parent 9d1e0ead4b
commit 9b68f070cf
+2 -1
View File
@@ -32,6 +32,7 @@ disabled_warnings = {
subproject('evol-headers', default_options: {'build_tests': false})
subproject('volk')
subproject('shaderc')
evk_c_args = []
@@ -98,4 +99,4 @@ meson.override_dependency('evk', evk_dep)
if get_option('build_samples')
subdir('samples')
endif
endif