summaryrefslogtreecommitdiff
path: root/platform/windows
diff options
context:
space:
mode:
authorHein-Pieter van Braam <hp@tmm.cx>2017-12-15 23:16:09 +0100
committerHein-Pieter van Braam <hp@tmm.cx>2017-12-15 23:26:10 +0100
commit241de95884ae7c0985d03d534b085b1b147ceed8 (patch)
tree8195337cc4916ac468cbb2646d9e8b563fc88eee /platform/windows
parentbca97e33cefdf2687ea766fd9bd7032aa98cd0e8 (diff)
Fix 32bit MingW build for thekla_altas
Diffstat (limited to 'platform/windows')
-rw-r--r--platform/windows/detect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/detect.py b/platform/windows/detect.py
index bc8be7f034..01eb50e69c 100644
--- a/platform/windows/detect.py
+++ b/platform/windows/detect.py
@@ -269,7 +269,7 @@ def configure(env):
if (env["openmp"]):
env.Append(CPPFLAGS=['-fopenmp'])
- env.Append(LIBS=['gomp'])
+ env.Append(LINKFLAGS=['-fopenmp'])
## Compile flags