Skip to content

Commit

Permalink
fix missing var
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Nov 19, 2024
1 parent a759ec4 commit 58cf85f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/chplenv/chpl_llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,8 @@ def llvm_enabled():
def _get_gcc_prefix_dir_inner():
# helper memoization for get_gcc_prefix_dir, only should be called from there

gcc_prefix = ''

# darwin and FreeBSD default to clang
# so shouldn't need GCC prefix
host_platform = chpl_platform.get('host')
Expand Down

0 comments on commit 58cf85f

Please sign in to comment.