0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-10 06:40:50 +00:00
Files
termux-packages/packages/supercollider/CMakeLists.txt.patch
2025-09-04 19:18:54 -05:00

14 lines
392 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1ac592a85..69dc32265 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
set(LINUX 1)
endif()
-if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|DragonFly|OpenBSD|NetBSD")
+if(CMAKE_SYSTEM_NAME MATCHES "Linux|FreeBSD|DragonFly|OpenBSD|NetBSD|Android")
set(LINUX_OR_BSD 1)
endif()