We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae8994 commit c3274e8Copy full SHA for c3274e8
libc/src/setjmp/CMakeLists.txt
@@ -1,3 +1,4 @@
1
+add_subdirectory(darwin/aarch64)
2
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
3
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
4
add_object_library(
0 commit comments