aboutsummaryrefslogtreecommitdiff
path: root/libc/utils/gpu/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/utils/gpu/CMakeLists.txt')
-rw-r--r--libc/utils/gpu/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/utils/gpu/CMakeLists.txt b/libc/utils/gpu/CMakeLists.txt
index 7c15f36..4d1ebcf 100644
--- a/libc/utils/gpu/CMakeLists.txt
+++ b/libc/utils/gpu/CMakeLists.txt
@@ -1,2 +1,4 @@
add_subdirectory(server)
-add_subdirectory(loader)
+if(LIBC_TARGET_OS_IS_GPU)
+ add_subdirectory(loader)
+endif()