| Index: third_party/bspatch/SConscript
|
| diff --git a/third_party/bspatch/SConscript b/third_party/bspatch/SConscript
|
| index d7eef036e8383af7f249839b091eeee31b167b3f..646e3882b9316689b7d61f006f14bdc045fa6fa9 100644
|
| --- a/third_party/bspatch/SConscript
|
| +++ b/third_party/bspatch/SConscript
|
| @@ -53,9 +53,9 @@ if env['PLATFORM'] == 'win32':
|
| ],
|
| )
|
| elif env['PLATFORM'] == 'posix':
|
| - if '-Wall' in env['CCFLAGS']:
|
| + if '-Wall' in env['CXXFLAGS']:
|
| # We're not responsible for bad warning hygiene in this third party code.
|
| - env['CCFLAGS'].remove('-Wall')
|
| + env['CXXFLAGS'].remove('-Wall')
|
|
|
| input_files = [
|
| 'mbspatch.cc',
|
|
|