Skip to content

Commit

Permalink
Merge pull request #11393 from peak3d/nozeroconf
Browse files Browse the repository at this point in the history
[Android] disable zeroconf
  • Loading branch information
peak3d committed Jan 7, 2017
2 parents d5a07cf + 196e6c2 commit 2b073a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/scripts/android/ArchSetup.cmake
Expand Up @@ -32,5 +32,6 @@ set(ENABLE_SDL OFF CACHE BOOL "" FORCE)
set(ENABLE_X11 OFF CACHE BOOL "" FORCE)
set(ENABLE_AML OFF CACHE BOOL "" FORCE)
set(ENABLE_OPTICAL OFF CACHE BOOL "" FORCE)
set(ENABLE_MDNS OFF CACHE BOOL "" FORCE)

list(APPEND DEPLIBS android log jnigraphics)

0 comments on commit 2b073a7

Please sign in to comment.