aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/errno/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/errno/CMakeLists.txt')
-rw-r--r--libc/test/src/errno/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/src/errno/CMakeLists.txt b/libc/test/src/errno/CMakeLists.txt
index 633d46a..b73962f 100644
--- a/libc/test/src/errno/CMakeLists.txt
+++ b/libc/test/src/errno/CMakeLists.txt
@@ -1,4 +1,4 @@
-if(NOT LLVM_LIBC_FULL_BUILD OR LIBC_TARGET_ARCHITECTURE_IS_GPU)
+if(NOT LLVM_LIBC_FULL_BUILD OR LIBC_TARGET_OS_IS_GPU)
return()
endif()