Bump third-parties versions.

This commit is contained in:
Mikaël Capelle
2023-07-02 14:04:12 +02:00
parent f0fdead031
commit a2e9b63b65
2 changed files with 10 additions and 11 deletions
+9 -9
View File
@@ -95,20 +95,20 @@ vs = 17
vs_year = 2022
vs_toolset = 14.3
sdk = 10.0.22621.0
sevenz = 22.01
boost = 1.80.0
sevenz = 23.01
boost = 1.82.0
boost_vs = 14.3
fmt = 8.1.1
gtest = main
libloot = 0.19.3
libloot = 0.19.4
lz4 = v1.9.4
nmm = 0.71.2
openssl = 1.1.1q
pyqt = 6.4.0
pyqt_builder = 1.14.0
pyqt_sip = 13.4.0
python = v3.10.7
pybind11 = v2.9.2
openssl = 1.1.1u
pyqt = 6.5.1
pyqt_builder = 1.15.1
pyqt_sip = 13.5.1
python = v3.10.12
pybind11 = v2.10.4
bzip2 = 1.0.8
sip = 6.7.1
spdlog = v1.10.0
+1 -2
View File
@@ -91,9 +91,8 @@ void sevenz::build()
{
build_loop(cx(), [&](bool mp)
{
const int exit_code = run_tool(jom()
const int exit_code = run_tool(nmake()
.path(module_to_build())
.flag(mp ? jom::allow_failure : jom::single_job)
.def("CPU=x64")
.def("NEW_COMPILER=1")
.def("MY_STATIC_LINK=1")