Enable USE_UPNP in android builds

The UI already exists in the Android netplay menu so just need to enable it in the build.
This commit is contained in:
Tom Pratt 2026-07-01 15:59:46 +02:00
parent 32cd349207
commit 6825a4a954

View File

@ -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)