mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-12 23:48:58 +01:00
Damn scons. Fix a indentation issue.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6412 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d6d907f49c
commit
c1cc742c6b
@ -180,7 +180,7 @@ elif sys.platform == 'win32':
|
|||||||
else:
|
else:
|
||||||
env['CCFLAGS'] += ['-fPIC', '-msse2', '-pthread']
|
env['CCFLAGS'] += ['-fPIC', '-msse2', '-pthread']
|
||||||
if env['CCVERSION'] >= '4.2.0':
|
if env['CCVERSION'] >= '4.2.0':
|
||||||
env['CCFLAGS'] += ['-fvisibility=hidden']
|
env['CCFLAGS'] += ['-fvisibility=hidden']
|
||||||
env['CXXFLAGS'] += ['-fvisibility-inlines-hidden']
|
env['CXXFLAGS'] += ['-fvisibility-inlines-hidden']
|
||||||
env['CPPDEFINES'] += ['HAVE_CONFIG_H']
|
env['CPPDEFINES'] += ['HAVE_CONFIG_H']
|
||||||
env['CPPPATH'].insert(0, '#') # Make sure we pick up our own config.h
|
env['CPPPATH'].insert(0, '#') # Make sure we pick up our own config.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user