[build] SCons fix space/tabs inconsistency

personal/stbuehler/tests-path
Glenn Strauss 2020-08-02 13:47:22 -04:00
parent eb4f953396
commit e012705b43
1 changed files with 2 additions and 2 deletions

View File

@ -506,8 +506,8 @@ if 1:
if not autoconf.CheckParseConfigForLib('LIBBROTLI', 'pkg-config --static --cflags --libs libbrotlienc'):
fail("Couldn't find libbrotlienc")
autoconf.env.Append(
CPPFLAGS = [ '-DHAVE_BROTLI_ENCODE_H', '-DHAVE_BROTLI' ],
)
CPPFLAGS = [ '-DHAVE_BROTLI_ENCODE_H', '-DHAVE_BROTLI' ],
)
if env['with_dbi']:
if not autoconf.CheckLibWithHeader('dbi', 'dbi/dbi.h', 'C'):