mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Update third_party dependencies to FreeBSD buildable versions
The latest sparsepp and loguru build on FreeBSD:605ebb9534
c3f5b43206
This commit is contained in:
parent
b574dcb83f
commit
1dfa88ed1c
2
third_party/loguru
vendored
2
third_party/loguru
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 83b6f3c3d16e40453ec0d12d3baef42cd2f37c3b
|
Subproject commit c3f5b432068effa566c5c8442a1a05fd794786e4
|
2
third_party/rapidjson
vendored
2
third_party/rapidjson
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 17ae6ffa857173c25708e61610121bc908c0a6cd
|
Subproject commit 87d4e07ffd0fb2603661243b43bdcb647a070aa0
|
2
third_party/sparsepp
vendored
2
third_party/sparsepp
vendored
@ -1 +1 @@
|
|||||||
Subproject commit bfb0de71ee7fa12a5f12c3ef61ce9f1d6d86d907
|
Subproject commit 605ebb953425b1cdd15d1f9d72c67ca2b57f6d43
|
2
wscript
2
wscript
@ -232,6 +232,8 @@ def build(bld):
|
|||||||
elif sys.platform.startswith('freebsd'):
|
elif sys.platform.startswith('freebsd'):
|
||||||
# loguru::stacktrace_as_stdstring calls backtrace_symbols
|
# loguru::stacktrace_as_stdstring calls backtrace_symbols
|
||||||
lib.append('execinfo')
|
lib.append('execinfo')
|
||||||
|
# sparsepp/spp_memory.h uses libkvm
|
||||||
|
lib.append('kvm')
|
||||||
|
|
||||||
lib.append('pthread')
|
lib.append('pthread')
|
||||||
lib.append('thr')
|
lib.append('thr')
|
||||||
|
Loading…
Reference in New Issue
Block a user