1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix 32bit MingW build for thekla_altas

This commit is contained in:
Hein-Pieter van Braam
2017-12-15 23:16:09 +01:00
parent bca97e33ce
commit 241de95884
2 changed files with 10 additions and 1 deletions

View File

@@ -269,7 +269,7 @@ def configure(env):
if (env["openmp"]):
env.Append(CPPFLAGS=['-fopenmp'])
env.Append(LIBS=['gomp'])
env.Append(LINKFLAGS=['-fopenmp'])
## Compile flags