Browse Source

fix

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2581/head
crueter 6 months ago
parent
commit
e9fee43027
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -907,7 +907,7 @@ if (YUZU_USE_FASTER_LD)
if (CXX_GCC)
find_program(MOLD mold)
if (MOLD AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "12.1")
# set(LINKER mold)
set(LINKER mold)
endif()
endif()

Loading…
Cancel
Save