diff options
-rw-r--r-- | emulators/yuzu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 3ececf20587a..8e10218779bf 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -52,6 +52,7 @@ GH_TUPLE= yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn/externals/unicorn \ USES= cmake compiler:c++17-lang iconv localbase:ldflags \ python:build sdl ssl USE_SDL= sdl2 +CMAKE_OFF= ENABLE_GNUTLS ENABLE_MBEDTLS CXXFLAGS+= -Wno-narrowing # https://github.com/yuzu-emu/yuzu/issues/3407 LDFLAGS+= -Wl,--as-needed # Qt5Network TEST_TARGET= test |