mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-09 02:40:49 +00:00
18 lines
474 B
Diff
18 lines
474 B
Diff
diff --git a/lang/CMakeLists.txt b/lang/CMakeLists.txt
|
|
index 561023da4..20896f759 100644
|
|
--- a/lang/CMakeLists.txt
|
|
+++ b/lang/CMakeLists.txt
|
|
@@ -143,10 +143,10 @@ if(UNIX)
|
|
if(ALSA_FOUND)
|
|
list(APPEND sclang_sources LangPrimSource/SC_AlsaMIDI.cpp)
|
|
endif()
|
|
- if(LINUX)
|
|
+ if(LINUX AND NOT ANDROID)
|
|
list(APPEND sclang_sources LangPrimSource/SC_LID.cpp)
|
|
add_definitions(-DHAVE_LID)
|
|
- endif(LINUX)
|
|
+ endif(LINUX AND NOT ANDROID)
|
|
endif(APPLE)
|
|
endif(UNIX)
|
|
|