diff --git a/script/build.py b/script/build.py index 24ef75b..81af223 100755 --- a/script/build.py +++ b/script/build.py @@ -61,8 +61,8 @@ def main(): ] else: args += [ - 'cc="gcc-9"', - 'cxx="g++-9"', + 'cc="clang"', + 'cxx="clang++"', ] elif 'windows' == system: