aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/stdio/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/stdio/CMakeLists.txt')
-rw-r--r--libc/test/src/stdio/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/src/stdio/CMakeLists.txt b/libc/test/src/stdio/CMakeLists.txt
index 8db2293..93c21aa 100644
--- a/libc/test/src/stdio/CMakeLists.txt
+++ b/libc/test/src/stdio/CMakeLists.txt
@@ -430,7 +430,7 @@ add_libc_test(
# Create an output directory for any temporary test files.
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/testdata)
-if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
+if(LIBC_TARGET_OS_IS_GPU)
return()
endif()