Fix 32bit MingW build for thekla_altas
This commit is contained in:
@ -269,7 +269,7 @@ def configure(env):
|
||||
|
||||
if (env["openmp"]):
|
||||
env.Append(CPPFLAGS=['-fopenmp'])
|
||||
env.Append(LIBS=['gomp'])
|
||||
env.Append(LINKFLAGS=['-fopenmp'])
|
||||
|
||||
## Compile flags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user