Skip to content

Commit 3cbe77a

Browse files
perheldCopilot
andauthored
Update backends/arm/scripts/build_executorch.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 97d115f commit 3cbe77a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

backends/arm/scripts/build_executorch.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ if [[ ${is_linux_musl} -eq 1 ]]; then
9898
--preset arm-ethosu-linux \
9999
-DPYTHON_EXECUTABLE=$(which python3)
100100
else
101-
cmake "${cmake_args[@]}" --preset arm-baremetal -B${et_build_dir}
101+
cmake -S "${et_root_dir}" -B "${et_build_dir}" \
102+
"${cmake_args[@]}" \
103+
--preset arm-baremetal
102104
fi
103105

104106
parallel_jobs="$(get_parallel_jobs)"

0 commit comments

Comments
 (0)