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 01d648a commit c1ac87bCopy full SHA for c1ac87b
libc/src/setjmp/CMakeLists.txt
@@ -1,7 +1,4 @@
1
# Process architecture-specific subdirectory FIRST to avoid missing targets.
2
-if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
3
- add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
4
-endif()
5
6
# Then process OS-specific subdirectory
7
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
@@ -14,6 +11,10 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
14
11
)
15
12
endif()
16
13
+if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
+ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
+endif()
17
+
18
add_entrypoint_object(
19
setjmp
20
ALIAS
0 commit comments