Merge pull request #91 from dcposch/master

Fix the build on Linux
This commit is contained in:
Cheng Zhao 2015-02-03 10:39:59 -08:00
commit 963a3475e8

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