aboutsummaryrefslogtreecommitdiff
path: root/libc/src/stdio/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/stdio/CMakeLists.txt')
-rw-r--r--libc/src/stdio/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/stdio/CMakeLists.txt b/libc/src/stdio/CMakeLists.txt
index 380474c..bb8e416 100644
--- a/libc/src/stdio/CMakeLists.txt
+++ b/libc/src/stdio/CMakeLists.txt
@@ -22,7 +22,7 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
endif()
-if(NOT LIBC_TARGET_ARCHITECTURE_IS_GPU)
+if(NOT LIBC_TARGET_OS_IS_GPU)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/generic)
endif()