[DEBUG] add some correction
This commit is contained in:
parent
d3a016f0bd
commit
6b65cff7d4
@ -36,6 +36,9 @@
|
||||
"z",
|
||||
"m",
|
||||
"boost-include",
|
||||
"pthread"
|
||||
"pthread",
|
||||
"lzma",
|
||||
"zstd",
|
||||
"bz2"
|
||||
]
|
||||
}
|
||||
|
@ -16,7 +16,8 @@
|
||||
"boost/libs/container/src/unsynchronized_pool_resource.cpp"
|
||||
],
|
||||
"compilation-version": {
|
||||
"c++": 2011
|
||||
"c++": 2011,
|
||||
"c": 1999
|
||||
},
|
||||
"flag": {
|
||||
"c": [
|
||||
|
@ -86,6 +86,7 @@
|
||||
"pthread",
|
||||
"boost-system",
|
||||
"boost-chrono",
|
||||
"boost-thread"
|
||||
"boost-thread",
|
||||
"icu"
|
||||
]
|
||||
}
|
||||
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user