From c1cc742c6b04099c5977e544d416a999df56fc95 Mon Sep 17 00:00:00 2001 From: Glenn Rice Date: Sun, 14 Nov 2010 15:31:10 +0000 Subject: [PATCH] Damn scons. Fix a indentation issue. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6412 8ced0084-cf51-0410-be5f-012b33b47a6e --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 8a2b8617a3..a7caef8dd7 100644 --- a/SConstruct +++ b/SConstruct @@ -180,7 +180,7 @@ elif sys.platform == 'win32': else: env['CCFLAGS'] += ['-fPIC', '-msse2', '-pthread'] if env['CCVERSION'] >= '4.2.0': - env['CCFLAGS'] += ['-fvisibility=hidden'] + env['CCFLAGS'] += ['-fvisibility=hidden'] env['CXXFLAGS'] += ['-fvisibility-inlines-hidden'] env['CPPDEFINES'] += ['HAVE_CONFIG_H'] env['CPPPATH'].insert(0, '#') # Make sure we pick up our own config.h