Browse Source

cleanup

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

4
CMakeLists.txt

@ -172,10 +172,6 @@ if (YUZU_STATIC_BUILD)
# msys2 quazip does not build a static lib
set(QuaZip-Qt6_FORCE_BUNDLED ON)
elseif(APPLE)
# foreach(prefix zlib vdpau)
# list(APPEND CMAKE_LIBRARY_PATH "/opt/homebrew/opt/${prefix}/lib")
# endforeach()
# these libs do not properly provide static libs/let you do it with cmake
set(YUZU_USE_CPM ON)
set(YUZU_USE_BUNDLED_FFMPEG ON)

Loading…
Cancel
Save