mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
upgrade boost, sqlite
This commit is contained in:
parent
a6e8bb1e4a
commit
c4e6e8c5d1
@ -171,12 +171,12 @@ if is_plat("windows") then
|
||||
end
|
||||
end
|
||||
|
||||
local boost_version = "1.84.0"
|
||||
local boost_version = "1.85.0"
|
||||
local hdf5_version = "1.12.2"
|
||||
local fmt_version = "10.2.1"
|
||||
local flatbuffers_version = "24.3.25"
|
||||
local cpp_httplib_version = "0.14.3"
|
||||
local sqlite_version = "3.43.0+200"
|
||||
local sqlite_version = "3.46.0+0"
|
||||
local mysql_version = "8.0.31"
|
||||
if is_plat("windows") or (is_plat("linux", "cross") and is_arch("aarch64", "arm64.*")) then
|
||||
mysql_version = "8.0.21"
|
||||
|
Loading…
Reference in New Issue
Block a user