File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ __declspec(dllexport)
205
205
#endif
206
206
_Block_release(void) { }\n " )
207
207
_add_swift_library_single (
208
- BlocksRuntimeStub-${SDK}-${ARCH }
208
+ BlocksRuntimeStub${VARIANT_SUFFIX }
209
209
BlocksRuntimeStub
210
210
SHARED
211
211
DONT_EMBED_BITCODE
@@ -214,12 +214,12 @@ _Block_release(void) { }\n")
214
214
SDK ${SDK}
215
215
INSTALL_IN_COMPONENT dev
216
216
${test_bin_dir} /BlocksRuntime.c )
217
- set_target_properties (BlocksRuntimeStub-${SDK}-${ARCH } PROPERTIES
217
+ set_target_properties (BlocksRuntimeStub${VARIANT_SUFFIX } PROPERTIES
218
218
ARCHIVE_OUTPUT_DIRECTORY ${test_bin_dir}
219
219
LIBRARY_OUTPUT_DIRECTORY ${test_bin_dir}
220
220
RUNTIME_OUTPUT_DIRECTORY ${test_bin_dir}
221
221
OUTPUT_NAME BlocksRuntime )
222
- list (APPEND test_dependencies BlocksRuntimeStub-${SDK}-${ARCH } )
222
+ list (APPEND test_dependencies BlocksRuntimeStub${VARIANT_SUFFIX } )
223
223
224
224
list (APPEND test_dependencies
225
225
"swift-test-stdlib-${SWIFT_SDK_${SDK} _LIB_SUBDIR}" )
You can’t perform that action at this time.
0 commit comments