Skip to content

Commit

Permalink
Updated LLVM clang++ compiler path for Darwin build workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent 72c2385 commit 1b6f31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
exit(1)

if PLATFORM == 'Darwin':
COMPILER = 'clang++'
COMPILER = '/opt/homebrew/opt/llvm/bin/clang++'

gpp_command = [
COMPILER, '-Iinclude',
Expand Down

0 comments on commit 1b6f31f

Please sign in to comment.