mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 18:06:41 +00:00
Merge branch 'bump_boost_179' into 'master'
Updating Boost on windows to 1.79 to support C++20 See merge request OpenMW/openmw!2022
This commit is contained in:
commit
34791773b6
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