Skip to content

Commit 379137f

Browse files
committed
build: use _add_swift_target_library_single
This library is meant to run on the platform where the testing occurs, requiring bits to run. This makes this library a target library.
1 parent 697a44c commit 379137f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ foreach(SDK ${SWIFT_SDKS})
230230
__declspec(dllexport)
231231
#endif
232232
_Block_release(void) { }\n")
233-
_add_swift_host_library_single(
233+
_add_swift_target_library_single(
234234
BlocksRuntimeStub${VARIANT_SUFFIX}
235235
BlocksRuntimeStub
236236
SHARED

0 commit comments

Comments
 (0)