Merge pull request #14672 from akien-mga/openmp-linking
openmp: Simplify linking on X11, fixing clang build
This commit is contained in:
commit
e3fd61b638
1 changed files with 1 additions and 2 deletions
|
@ -267,8 +267,7 @@ def configure(env):
|
|||
|
||||
if env["openmp"]:
|
||||
env.Append(CPPFLAGS=['-fopenmp'])
|
||||
if not env['use_llvm']:
|
||||
env.Append(LIBS=['gomp'])
|
||||
env.Append(LINKFLAGS=['-fopenmp'])
|
||||
|
||||
if env['use_static_cpp']:
|
||||
env.Append(LINKFLAGS=['-static-libstdc++'])
|
||||
|
|
Loading…
Reference in a new issue