Fix indentation.

This commit is contained in:
Nicholas Hastings
2015-05-12 06:21:32 -07:00
parent b3efc36487
commit 4152e05dcd
+1 -1
View File
@@ -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':