meson: Remove libglslang windows special dependency

This commit is contained in:
Matt Borgerson
2025-01-26 03:48:38 -07:00
committed by mborgerson
parent 66dbd9273c
commit fde688f6e2
-8
View File
@@ -2292,14 +2292,6 @@ libglslang = not_found
if host_os == 'windows'
vulkan = declare_dependency(compile_args: ['-DVK_USE_PLATFORM_WIN32_KHR'])
libglslang = declare_dependency(link_args: [
'-lglslang',
'-lMachineIndependent',
'-lGenericCodeGen',
'-lSPIRV',
'-lSPIRV-Tools',
'-lSPIRV-Tools-opt'
])
elif host_os == 'linux'
vulkan = dependency('vulkan')
endif