Skip to content

Commit 9596624

Browse files
authored
Merge pull request #21082 from compnerd/house-of-cards
2 parents 80abe8c + 547701f commit 9596624

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

stdlib/public/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ if(SWIFT_BUILD_STDLIB)
5555
add_subdirectory(runtime)
5656
add_subdirectory(stubs)
5757
add_subdirectory(core)
58-
add_subdirectory(SIMDOperators)
5958
add_subdirectory(SwiftOnoneSupport)
59+
60+
# NOTE(compnerd) this must come after the SwiftOnoneSupport as the current
61+
# cross-compilation support has to hand roll the import library setup which
62+
# requires that the target is setup prior to use.
63+
add_subdirectory(SIMDOperators)
6064
endif()
6165

6266
if(SWIFT_BUILD_STDLIB OR SWIFT_BUILD_REMOTE_MIRROR)

0 commit comments

Comments
 (0)