File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f6b5e51d6f6366e11fbb06f9365c40b8bf524758
2
+ refs/heads/master: 67c4211041515506fa70eaf5acfae9ecaae72c25
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
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