Force building with Clang on Linux to get C++11 support

This commit is contained in:
Adam Roben 2013-08-14 07:14:25 -04:00
parent d27a984378
commit 7f3afbaf3d

View file

@ -177,6 +177,16 @@
],
},
'conditions': [
['OS=="linux"', {
'make_global_settings': [
['CC', '/usr/bin/clang'],
['CXX', '/usr/bin/clang++'],
['LINK', '$(CXX)'],
['CC.host', '$(CC)'],
['CXX.host', '$(CXX)'],
['LINK.host', '$(LINK)'],
],
}],
['OS=="win"', {
'target_defaults': {
'include_dirs': [