mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
Compile as C++11 on Linux
This commit is contained in:
@@ -174,6 +174,11 @@
|
||||
['exclude', '_win\.(cc|h)$'],
|
||||
],
|
||||
}],
|
||||
['OS=="linux"', {
|
||||
'cflags_cc': [
|
||||
'-std=gnu++11',
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
|
||||
Reference in New Issue
Block a user