summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-06-03 17:59:37 +0800
committerErik Kundiman <erik@megapahit.org>2025-06-03 17:59:37 +0800
commitdad8be14580b75af6fa0b97e41d5f8103e23acbe (patch)
tree303d590b101692a8f9d6e45b9762ac31a887b02b
parenta9ff91e4124b58761539f44bc66979599b9f9c5b (diff)
Exclude Windows from compiling SDL related files
-rw-r--r--indra/llwindow/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/CMakeLists.txt b/indra/llwindow/CMakeLists.txt
index d29bd5cde4..6debd54665 100644
--- a/indra/llwindow/CMakeLists.txt
+++ b/indra/llwindow/CMakeLists.txt
@@ -64,7 +64,7 @@ include_directories(${CMAKE_SOURCE_DIR}/llrender)
# Libraries on which this library depends, needed for Linux builds
# Sort by high-level to low-level
-if (NOT DARWIN)
+if (NOT (DARWIN OR WINDOWS))
list(APPEND viewer_SOURCE_FILES
llkeyboardsdl.cpp
llwindowsdl.cpp