From 6825a4a954ced1611cb9a4e10fa2db7bd6955153 Mon Sep 17 00:00:00 2001 From: Tom Pratt Date: Wed, 1 Jul 2026 15:59:46 +0200 Subject: [PATCH] Enable USE_UPNP in android builds The UI already exists in the Android netplay menu so just need to enable it in the build. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dacb51c382..48e37f83dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -447,7 +447,6 @@ if(ANDROID) # but not as a shared library. We want an executable. set(ANDROID 0) endif() - set(USE_UPNP 0) set(ENABLE_QT 0) set(USE_DISCORD_PRESENCE 0)