Commit 8e1daa15 by Adeel Mujahid

Merge pull request #527 from mgreter/fix/bindings-gyp-warning

Apply correct cflags to source files
parents 0d926221 8d7d4763
......@@ -83,14 +83,8 @@
]
}],
['OS!="win"', {
'cflags+': [
'-std=c++11'
],
'cflags_c+': [
'-std=c++11'
],
'cflags_cc+': [
'-std=c++11'
'-std=c++0x'
]
}]
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment