diff options
| author | Tom Pratt <tom.pratt@outlook.com> | 2026-07-01 15:59:46 +0200 |
|---|---|---|
| committer | Tom Pratt <tom.pratt@outlook.com> | 2026-07-01 15:59:46 +0200 |
| commit | 6825a4a954ced1611cb9a4e10fa2db7bd6955153 (patch) | |
| tree | c5f65b2dc0d3d6c5bb4640baf2b999273473e263 /CMakeLists.txt | |
| parent | 32cd349207e84002c34aab0c5e5e5c06d0d4040f (diff) | |
Enable USE_UPNP in android builds
The UI already exists in the Android netplay menu so just need to enable it in the build.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
