Skip to content

Commit

Permalink
Build script for different clang++ LLVM compiler on MacOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent d4abce6 commit 8149f56
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 = '/usr/local/opt/llvm/bin/clang++'
COMPILER = 'clang++'

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

0 comments on commit 8149f56

Please sign in to comment.