Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
proc/12-arch_flags.sh: trim the whitespaces inside ...
Browse files Browse the repository at this point in the history
... the final combined compiler flags
  • Loading branch information
liushuyu committed Dec 9, 2023
1 parent d3bffa7 commit 9f122f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proc/12-arch_flags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@ for ABFLAG in {LD,C{,PP,XX},OBJC{,XX},RUST}FLAGS; do
declare -n FLAG="$ABFLAG";
FLAG+="${_flags_weird_buf[_flags_current_i]}"; ((_flags_current_i++));
unset -n FLAG;
ab_trim_args "$ABFLAG";
done
unset ABCC _flags_current_i

0 comments on commit 9f122f5

Please sign in to comment.