aboutsummaryrefslogtreecommitdiff
path: root/libc/src/__support/GPU/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/__support/GPU/CMakeLists.txt')
-rw-r--r--libc/src/__support/GPU/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/__support/GPU/CMakeLists.txt b/libc/src/__support/GPU/CMakeLists.txt
index 5a89921..d7ebd3c 100644
--- a/libc/src/__support/GPU/CMakeLists.txt
+++ b/libc/src/__support/GPU/CMakeLists.txt
@@ -1,4 +1,4 @@
-if(NOT LIBC_TARGET_ARCHITECTURE_IS_GPU)
+if(NOT LIBC_TARGET_OS_IS_GPU)
return()
endif()