bot: update submodules
This commit is contained in:
parent
5d94dec74c
commit
617ddd2498
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit c4cbdf5a862d0ff5ddf65a229cf4d8a33e16e794
|
||||
Subproject commit 49f38d6ade588f5bea450904c4bc989fc1199062
|
||||
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue