Skip to content

Commit c3274e8

Browse files
committed
Update CMakeLists.txt to include the darwin/aarch64 directory.
1 parent 5ae8994 commit c3274e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/setjmp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
add_subdirectory(darwin/aarch64)
12
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
23
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
34
add_object_library(

0 commit comments

Comments
 (0)