Skip to content

Commit 280e34d

Browse files
authored
Merge pull request #6832 from erg/distcc-revert
2 parents f267521 + 87f1ec3 commit 280e34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ if [[ -n "${DISTCC}" ]]; then
15441544
fi
15451545
fi
15461546

1547-
eval CMAKE_BUILD=("${CMAKE}" "--build")
1547+
eval CMAKE_BUILD=("${DISTCC_PUMP}" "${CMAKE}" "--build")
15481548

15491549

15501550
if [[ "${CMAKE_GENERATOR}" == "Xcode" ]]; then

0 commit comments

Comments
 (0)