Skip to content

Commit

Permalink
CMake: Don't use libzip on embedded platforms (fixes #1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
endrift committed Sep 30, 2019
1 parent 4e81b8e commit 2044039
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES
Expand Up @@ -76,6 +76,7 @@ Misc:
- OpenGL: Only resize textures when needed
- GBA BIOS: Fix clobbered registers in CpuSet (fixes mgba.io/i/1531)
- Qt: Remove What's This icon from dialogs
- CMake: Don't use libzip on embedded platforms (fixes mgba.io/i/1527)

0.7.3: (2019-09-15)
Emulation fixes:
Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -245,6 +245,7 @@ if(DEFINED 3DS OR DEFINED PSP2 OR DEFINED WII OR DEFINED SWITCH)
set(USE_DEBUGGERS OFF)
set(USE_SQLITE3 OFF)
set(USE_DISCORD_RPC OFF)
set(USE_LIBZIP OFF CACHE BOOL "")
endif()

if(DEFINED 3DS)
Expand Down

0 comments on commit 2044039

Please sign in to comment.