mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
Do not build libsndfile on android
This commit is contained in:
parent
e7bff98fb6
commit
0b1c72e5e2
@ -366,7 +366,7 @@ ExternalProject_Add (libvorbis_Project
|
||||
## libsndfile
|
||||
#############
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
if (UNIX AND NOT APPLE AND NOT ANDROID)
|
||||
ExternalProject_Add (libsndfile_Project
|
||||
URL ${CMAKE_CURRENT_SOURCE_DIR}/externals/libsndfile.tar.gz
|
||||
PREFIX ${CMAKE_BINARY_DIR}
|
||||
|
Loading…
x
Reference in New Issue
Block a user