Skip to content

Commit

Permalink
Fix cfg script
Browse files Browse the repository at this point in the history
  • Loading branch information
robotman2412 committed Aug 5, 2024
1 parent 03c6032 commit 3cf4438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def option_select(prompt: str, options: list, prefer=0):
def find_compilers():
global target
candidates = []
prefer_idx = 0
prefer_idx = 1
prefer_prio = 99999999
for path in os.getenv("PATH").split(":"):
path = os.path.abspath(path)
Expand Down

0 comments on commit 3cf4438

Please sign in to comment.