Skip to content

Commit

Permalink
meson: Replace hardcoded glslang include path with subproject query
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Dec 31, 2024
1 parent fde6b17 commit 92617d3
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 @@ -1210,7 +1210,7 @@ if vulkan.found()
glslang_subpro.target('MachineIndependent'),
glslang_subpro.target('GenericCodeGen'),
glslang_subpro.target('SPIRV'),
], include_directories: ['subprojects' / 'glslang']
], include_directories: glslang_subpro.include_directories('glslang')
)
endif

Expand Down

0 comments on commit 92617d3

Please sign in to comment.