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

@ -1 +1 @@
Subproject commit c4cbdf5a862d0ff5ddf65a229cf4d8a33e16e794
Subproject commit 49f38d6ade588f5bea450904c4bc989fc1199062

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')