We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cbb17 commit 9e20240Copy full SHA for 9e20240
tools/fullbuild.sh
@@ -75,7 +75,7 @@ trap_exit() {
75
build() {
76
local _exit_code=0 _options=("${share_options[@]}")
77
78
- _options+=("--arch" "${arch}" "--lang" "${lang}" "--out" "${out_dir}/${cha}/${arch}" "${cha}")
+ _options+=("--arch" "${arch}" "--lang" "${lang}" "--out" "${out_dir}/${cha}/${lang}" "${cha}")
79
80
if [[ "${simulation}" = false ]] && [[ "${remove_cache}" = true ]]; then
81
msg_info "Removing package cache for ${arch}"
0 commit comments