Fix indentation.
This commit is contained in:
parent
b3efc36487
commit
4152e05dcd
@ -264,7 +264,7 @@ class SMConfig(object):
|
||||
# Platform-specifics
|
||||
if builder.target_platform == 'linux':
|
||||
cxx.defines += ['_LINUX', 'POSIX']
|
||||
cxx.linkflags += ['-lm']
|
||||
cxx.linkflags += ['-lm']
|
||||
if cxx.vendor == 'gcc':
|
||||
cxx.linkflags += ['-static-libgcc']
|
||||
elif cxx.vendor == 'clang':
|
||||
|
Loading…
Reference in New Issue
Block a user