Fix the build on Linux
See https://github.com/atom/atom-shell/issues/1074 for details
This commit is contained in:
parent
6e5505c34f
commit
9aa2fd9119
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@
|
||||||
}],
|
}],
|
||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
'cflags_cc': [
|
'cflags_cc': [
|
||||||
|
'-D__STRICT_ANSI__',
|
||||||
'-std=gnu++11',
|
'-std=gnu++11',
|
||||||
'-fno-rtti',
|
'-fno-rtti',
|
||||||
'<!@(pkg-config --cflags gtk+-2.0)',
|
'<!@(pkg-config --cflags gtk+-2.0)',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue