Use Clang 3.8 for Linux building.

This commit is contained in:
sephiroth99 2015-09-25 23:40:56 -04:00
parent ee92f75a84
commit 049ca6de42
1 changed files with 2 additions and 2 deletions

View File

@ -503,8 +503,8 @@ class BaseBuildCommand(Command):
print('ERROR: don\'t know how to build on this platform.')
else:
# TODO(benvanik): allow gcc?
os.environ['CXX'] = 'clang++'
os.environ['CC'] = 'clang'
os.environ['CXX'] = 'clang++-3.8'
os.environ['CC'] = 'clang-3.8'
result = shell_call([
'make',
'-Cbuild/',