Skip to content

Commit

Permalink
fix configure
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Dec 17, 2024
1 parent 99c768a commit 1fd6cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,7 @@ _get_toolchain_item() {
_set_toolchain_item() {
local name=${1}
local key=${2}
local value=${3}
local value="${3}"
if test_nz "${name}"; then
_map_set "toolchains" "${name}_${key}" "${value}"
else
Expand Down

0 comments on commit 1fd6cff

Please sign in to comment.