Fix the build on Linux

See https://github.com/atom/atom-shell/issues/1074 for details
This commit is contained in:
DC 2015-01-30 03:54:30 -08:00
parent 6e5505c34f
commit 9aa2fd9119

View file

@ -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)',