Skip to content

Commit 9e20240

Browse files
committed
[update] : Classify by language
1 parent 08cbb17 commit 9e20240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fullbuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ trap_exit() {
7575
build() {
7676
local _exit_code=0 _options=("${share_options[@]}")
7777

78-
_options+=("--arch" "${arch}" "--lang" "${lang}" "--out" "${out_dir}/${cha}/${arch}" "${cha}")
78+
_options+=("--arch" "${arch}" "--lang" "${lang}" "--out" "${out_dir}/${cha}/${lang}" "${cha}")
7979

8080
if [[ "${simulation}" = false ]] && [[ "${remove_cache}" = true ]]; then
8181
msg_info "Removing package cache for ${arch}"

0 commit comments

Comments
 (0)