mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 05:09:41 +00:00
Updating Boost on windows to 1.79 to support C++20
This commit is contained in:
parent
67e764a44a
commit
2586beed72
1 changed files with 3 additions and 3 deletions
|
@ -361,9 +361,9 @@ case $VS_VERSION in
|
|||
MSVC_YEAR="2015"
|
||||
MSVC_REAL_YEAR="2019"
|
||||
MSVC_DISPLAY_YEAR="2019"
|
||||
BOOST_VER="1.71.0"
|
||||
BOOST_VER_URL="1_71_0"
|
||||
BOOST_VER_SDK="107100"
|
||||
BOOST_VER="1.79.0"
|
||||
BOOST_VER_URL="1_79_0"
|
||||
BOOST_VER_SDK="107900"
|
||||
;;
|
||||
|
||||
15|15.0|2017 )
|
||||
|
|
Loading…
Reference in a new issue