bot: update submodules

This commit is contained in:
jeefo 2023-06-05 20:44:33 +03:00
commit 617ddd2498
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,7 @@ if cxx == 'clang' or cxx == 'gcc'
# link needed libraries
if os == 'linux'
ldflags += [
'-lm','-ldl', '-lpthread'
'-lm', '-ldl', '-lpthread'
]
elif os == 'windows'
if cxx == 'gcc' or (cross and cxx == 'clang')