Skip to content

Commit 29c1f31

Browse files
committed
---
yaml --- r: 347454 b: refs/heads/master c: 67c4211 h: refs/heads/master
1 parent f4ea297 commit 29c1f31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f6b5e51d6f6366e11fbb06f9365c40b8bf524758
2+
refs/heads/master: 67c4211041515506fa70eaf5acfae9ecaae72c25
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/test/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ __declspec(dllexport)
205205
#endif
206206
_Block_release(void) { }\n")
207207
_add_swift_library_single(
208-
BlocksRuntimeStub-${SDK}-${ARCH}
208+
BlocksRuntimeStub${VARIANT_SUFFIX}
209209
BlocksRuntimeStub
210210
SHARED
211211
DONT_EMBED_BITCODE
@@ -214,12 +214,12 @@ _Block_release(void) { }\n")
214214
SDK ${SDK}
215215
INSTALL_IN_COMPONENT dev
216216
${test_bin_dir}/BlocksRuntime.c)
217-
set_target_properties(BlocksRuntimeStub-${SDK}-${ARCH} PROPERTIES
217+
set_target_properties(BlocksRuntimeStub${VARIANT_SUFFIX} PROPERTIES
218218
ARCHIVE_OUTPUT_DIRECTORY ${test_bin_dir}
219219
LIBRARY_OUTPUT_DIRECTORY ${test_bin_dir}
220220
RUNTIME_OUTPUT_DIRECTORY ${test_bin_dir}
221221
OUTPUT_NAME BlocksRuntime)
222-
list(APPEND test_dependencies BlocksRuntimeStub-${SDK}-${ARCH})
222+
list(APPEND test_dependencies BlocksRuntimeStub${VARIANT_SUFFIX})
223223

224224
list(APPEND test_dependencies
225225
"swift-test-stdlib-${SWIFT_SDK_${SDK}_LIB_SUBDIR}")

0 commit comments

Comments
 (0)