[DEBUG] add some correction

This commit is contained in:
Edouard DUPIN 2022-01-15 00:35:54 +01:00
parent d3a016f0bd
commit 6b65cff7d4
4 changed files with 13 additions and 7 deletions

View File

@ -36,6 +36,9 @@
"z",
"m",
"boost-include",
"pthread"
"pthread",
"lzma",
"zstd",
"bz2"
]
}

View File

@ -16,7 +16,8 @@
"boost/libs/container/src/unsynchronized_pool_resource.cpp"
],
"compilation-version": {
"c++": 2011
"c++": 2011,
"c": 1999
},
"flag": {
"c": [

View File

@ -86,6 +86,7 @@
"pthread",
"boost-system",
"boost-chrono",
"boost-thread"
"boost-thread",
"icu"
]
}

View File

@ -94,9 +94,9 @@
]
},
"path": {
"c++": [
"boost/libs/log/src",
"boost/libs/atomic/src"
"c++": [
"boost/libs/log/src",
"boost/libs/atomic/src"
]
},
"dependency": [
@ -108,6 +108,7 @@
"boost-regex",
"boost-atomic",
"boost-chrono",
"boost-thread"
"boost-thread",
"rt"
]
}