mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 04:35:41 -04:00
CMake: Only build nativefiledialog when building SDL frontend
This commit is contained in:
parent
e58c475fee
commit
6c9e80cf43
@ -13,7 +13,7 @@ add_subdirectory(libFLAC)
|
||||
add_subdirectory(libchdr)
|
||||
add_subdirectory(xxhash)
|
||||
|
||||
if(NOT ANDROID)
|
||||
if(BUILD_SDL_FRONTEND)
|
||||
add_subdirectory(nativefiledialog)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user