mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 14:25:46 -04:00
Build: Fixes for Android
This commit is contained in:
@ -57,7 +57,9 @@ if(USE_WAYLAND)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION ON)
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "Release")
|
||||
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)
|
||||
endif()
|
||||
set(BUILD_NOGUI_FRONTEND OFF)
|
||||
set(BUILD_QT_FRONTEND OFF)
|
||||
set(BUILD_REGTEST OFF)
|
||||
|
Reference in New Issue
Block a user