Skip to content

Commit b3e77c2

Browse files
authored
Update cmake_product.py
1 parent 0de45b0 commit b3e77c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/swift_build_support/swift_build_support/products/cmake_product.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ def test_with_cmake(self, executable_target, results_targets,
9999
build_type, build_args, test_env=None):
100100
assert self.toolchain.cmake is not None
101101
cmake_build = []
102-
_cmake = cmake.CMake(self.args, self.toolchain,
103-
prefer_just_built_toolchain)
102+
_cmake = cmake.CMake(self.args, self.toolchain)
104103

105104
if self.toolchain.distcc_pump:
106105
cmake_build.append(self.toolchain.distcc_pump)

0 commit comments

Comments
 (0)