fix: linux x86 binaries not loading on distros with glibc < 2.34
This commit is contained in:
parent
b722b2d327
commit
5f52489033
2 changed files with 2 additions and 2 deletions
|
|
@ -90,7 +90,7 @@ endif
|
|||
# configure flags gcc and clang
|
||||
if cxx == 'clang' or cxx == 'gcc'
|
||||
cxxflags += [
|
||||
'-mtune=generic', '-fno-threadsafe-statics'
|
||||
'-mtune=generic', '-fno-threadsafe-statics', '-pthread'
|
||||
]
|
||||
|
||||
if cpu == 'aarch64'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue