mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 13:44:43 +00:00
c9b3a00a63
According to the LLVM documentation when using GNU's libstdc++ clang will not automatically link with -latomic. This is necessary since we merged c++11 atomics support. This fixes linking using Clang on Linux