Skip to content

Commit

Permalink
[stdlib] Unbreak unified builds after swiftlang#34859
Browse files Browse the repository at this point in the history
  • Loading branch information
davezarzycki committed Dec 1, 2020
1 parent 8fc2598 commit 4b580bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/private/BlocksRuntimeStubs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ foreach(SDK ${SWIFT_SDKS})
foreach(BUILD_FLAVOR build_flavors)
get_swift_test_variant_suffix(VARIANT_SUFFIX "${SDK}" "${ARCH}" "${BUILD_FLAVOR}")

set(test_bin_dir "${CMAKE_BINARY_DIR}/test${VARIANT_SUFFIX}")
set(test_bin_dir "${SWIFT_BINARY_DIR}/test${VARIANT_SUFFIX}")

_add_swift_target_library_single(
BlocksRuntimeStub${VARIANT_SUFFIX}
Expand Down

0 comments on commit 4b580bd

Please sign in to comment.