mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 12:09:04 +00:00
Fixed non-external SPIRV-Tools linkage
This commit is contained in:
parent
8028770d4e
commit
46546e9c2e
@ -245,7 +245,7 @@ add_library(shader_recompiler STATIC
|
|||||||
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS)
|
if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS)
|
||||||
set(SPIRV_TOOLS_LIBRARY SPIRV-Tools-opt)
|
set(SPIRV_TOOLS_LIBRARY SPIRV-Tools-opt)
|
||||||
else()
|
else()
|
||||||
set(SPIRV_TOOLS_LIBRARY SPIRV-Tools SPIRV-Tools-opt)
|
set(SPIRV_TOOLS_LIBRARY SPIRV-Tools-opt SPIRV-Tools SPIRV-Tools-link)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(shader_recompiler PUBLIC common fmt::fmt sirit ${SPIRV_TOOLS_LIBRARY})
|
target_link_libraries(shader_recompiler PUBLIC common fmt::fmt sirit ${SPIRV_TOOLS_LIBRARY})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user