summaryrefslogtreecommitdiff
path: root/modules/thekla_unwrap/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/thekla_unwrap/SCsub')
-rw-r--r--modules/thekla_unwrap/SCsub4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/thekla_unwrap/SCsub b/modules/thekla_unwrap/SCsub
index 8a04b50907..c47c760d5f 100644
--- a/modules/thekla_unwrap/SCsub
+++ b/modules/thekla_unwrap/SCsub
@@ -58,12 +58,12 @@ if env['builtin_thekla_atlas']:
# upstream uses c++11
if (not env.msvc):
- env_thekla_unwrap.Append(CXXFLAGS="-std=c++11")
+ env_thekla_unwrap.Append(CXXFLAGS="-std=c++11")
if env["platform"] == 'x11':
# if not specifically one of the *BSD, then use LINUX as default
if platform.system() == "FreeBSD":
- env_thekla_unwrap.Append(CCFLAGS=["-DNV_OS_FREEBSD", "-DPOSH_COMPILER_GCC"])
+ env_thekla_unwrap.Append(CCFLAGS=["-DNV_OS_FREEBSD", "-DPOSH_COMPILER_GCC"])
elif platform.system() == "OpenBSD":
env_thekla_unwrap.Append(CCFLAGS=["-DNV_OS_OPENBSD", "-DPOSH_COMPILER_GCC"])
else: