Skip to content

Commit 0537d20

Browse files
committed
Invoke correct CMake when building tsan libdispatch
This should address a build failure on TSAN - libdispatch Linux bots Addresses rdar://88339546
1 parent edf98aa commit 0537d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/tsan_libdispatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def build(self, host_target):
5454
clangxx = join_path(toolchain_path, 'bin', 'clang++')
5555

5656
config_cmd = [
57-
'cmake',
57+
self.toolchain.cmake,
5858
'-GNinja',
5959
'-DCMAKE_PREFIX_PATH=%s' % toolchain_path,
6060
'-DCMAKE_C_COMPILER=%s' % clang,

0 commit comments

Comments
 (0)