Use -latomic when using clang (server platform)
version of c9b3a00a63
for the server
platform
This commit is contained in:
parent
cb29e6c49c
commit
6a146d405c
@ -93,6 +93,7 @@ def configure(env):
|
||||
env["CC"] = "clang"
|
||||
env["CXX"] = "clang++"
|
||||
env.extra_suffix = ".llvm" + env.extra_suffix
|
||||
env.Append(LIBS=["atomic"])
|
||||
|
||||
if env["use_coverage"]:
|
||||
env.Append(CCFLAGS=["-ftest-coverage", "-fprofile-arcs"])
|
||||
|
Loading…
Reference in New Issue
Block a user