File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
stdlib/private/SwiftReflectionTest Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,15 @@ if (SWIFT_INCLUDE_TESTS)
9
9
SWIFT_MODULE_DEPENDS_TVOS Darwin
10
10
SWIFT_MODULE_DEPENDS_WATCHOS Darwin
11
11
SWIFT_MODULE_DEPENDS_LINUX Glibc
12
+ SWIFT_MODULE_DEPENDS_WINDOWS MSVCRT
12
13
INSTALL_IN_COMPONENT stdlib-experimental
13
14
DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR} " )
14
15
15
16
foreach (SDK ${SWIFT_SDKS} )
16
- if ("${SDK} " IN_LIST SWIFT_APPLE_PLATFORMS )
17
- foreach (ARCH ${SWIFT_SDK_${SDK}_ARCHITECTURES} )
18
- set (VARIANT_SUFFIX "-${SWIFT_SDK_${SDK} _LIB_SUBDIR}-${ARCH} " )
19
- add_dependencies (
20
- "swiftSwiftReflectionTest${VARIANT_SUFFIX} "
21
- "swift-reflection-test${VARIANT_SUFFIX} " )
22
- endforeach ()
23
- endif ()
17
+ foreach (ARCH ${SWIFT_SDK_${SDK}_ARCHITECTURES} )
18
+ set (VARIANT_SUFFIX "-${SWIFT_SDK_${SDK} _LIB_SUBDIR}-${ARCH} " )
19
+ add_dependencies ("swiftSwiftReflectionTest${VARIANT_SUFFIX} "
20
+ "swift-reflection-test${VARIANT_SUFFIX} " )
21
+ endforeach ()
24
22
endforeach ()
25
23
endif ()
You can’t perform that action at this time.
0 commit comments