Skip to content

Commit

Permalink
try adding gcc suffix support 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 10, 2023
1 parent c13d39f commit d652e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ elif [[ "${CW_CONFIG:-}" = *'linux'* ]]; then
fi
fi
if [[ "${CW_CONFIG:-}" = *'gcc'* ]]; then
extra="${extra} gcc${GCCSUFF}"
extra="${extra} gcc${GCCSUFF} g++${GCCSUFF}"
CW_CCSUFFIX="${GCCSUFF}"
fi
fi
Expand Down

0 comments on commit d652e40

Please sign in to comment.