diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 5be5dea622..6e691d84fa 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -68,7 +68,7 @@ endif() create_target_directory_groups(yuzu-cmd) if (NOT MSVC) - target_link_options(yuzu PRIVATE "LINKER:--icf=all,--gc-sections") + target_link_options(yuzu-cmd PRIVATE "LINKER:--icf=all,--gc-sections") endif() # needed for vma if (NOT MSVC)