Commit 8d7d4763 by Marcel Greter

Apply correct cflags to source files

Using -std=c++0x is sufficient to compile libsass
parent 0d926221
...@@ -83,14 +83,8 @@ ...@@ -83,14 +83,8 @@
] ]
}], }],
['OS!="win"', { ['OS!="win"', {
'cflags+': [
'-std=c++11'
],
'cflags_c+': [
'-std=c++11'
],
'cflags_cc+': [ '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