diff options
| author | Colin Kinloch | 2017-12-14 12:52:11 +0000 |
|---|---|---|
| committer | Colin Kinloch | 2017-12-14 13:52:23 +0000 |
| commit | edb1df15eadb791ac9f44e0e15db9fe51cbcb1f5 (patch) | |
| tree | 950ac334bd801e090c942e9bae052a44ba865c81 /platform/x11/detect.py | |
| parent | f3ad14224e27f2a25196575e3c43ebc792c90894 (diff) | |
| download | godot-edb1df15eadb791ac9f44e0e15db9fe51cbcb1f5.tar.gz godot-edb1df15eadb791ac9f44e0e15db9fe51cbcb1f5.tar.zst godot-edb1df15eadb791ac9f44e0e15db9fe51cbcb1f5.zip | |
Diffstat (limited to 'platform/x11/detect.py')
| -rw-r--r-- | platform/x11/detect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/x11/detect.py b/platform/x11/detect.py index fb3b7588d..0f07e22e6 100644 --- a/platform/x11/detect.py +++ b/platform/x11/detect.py @@ -266,8 +266,8 @@ def configure(env): if (env["openmp"]): - env.Append(CPPFLAGS=['-fopenmp']) - env.Append(LIBS=['gomp']) + env.Append(CPPFLAGS=['-fopenmp']) + env.Append(LIBS=['gomp']) if env['use_static_cpp']: env.Append(LINKFLAGS=['-static-libstdc++']) |
