Skip to content

Commit

Permalink
Added support for clang-17 in configure script
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Odintsov <[email protected]>
  • Loading branch information
pavel-odintsov authored and tohojo committed Dec 13, 2023
1 parent cae9c91 commit a7b0903
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 @@ -39,7 +39,7 @@ find_tool()

# we're looking for a binary with the same name as tool_name; try version
# suffixes in order until we find one
for v in 16 15 14 13 12 11; do
for v in 17 16 15 14 13 12 11; do
tool_path="${tool_name}-$v"
if command -v "$tool_path" >/dev/null 2>&1; then
echo $tool_path
Expand Down

0 comments on commit a7b0903

Please sign in to comment.