diff --git a/build/Utils.cmake b/build/Utils.cmake index 246bd68c83..f9aafefdff 100644 --- a/build/Utils.cmake +++ b/build/Utils.cmake @@ -278,7 +278,7 @@ function(resolve_buck2) execute_process( # Note that we need to use the local buck2 variable. BUCK2 is only set in # the parent scope, and can still be empty in this scope. - COMMAND "${buck2} kill" + COMMAND "${buck2} killall" WORKING_DIRECTORY ${executorch_root} COMMAND_ECHO STDOUT )