1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-01 05:39:41 +00:00

Updating Boost on windows to 1.79 to support C++20

This commit is contained in:
psi29a 2022-06-15 14:55:42 +00:00
parent 67e764a44a
commit 2586beed72

View file

@ -361,9 +361,9 @@ case $VS_VERSION in
MSVC_YEAR="2015" MSVC_YEAR="2015"
MSVC_REAL_YEAR="2019" MSVC_REAL_YEAR="2019"
MSVC_DISPLAY_YEAR="2019" MSVC_DISPLAY_YEAR="2019"
BOOST_VER="1.71.0" BOOST_VER="1.79.0"
BOOST_VER_URL="1_71_0" BOOST_VER_URL="1_79_0"
BOOST_VER_SDK="107100" BOOST_VER_SDK="107900"
;; ;;
15|15.0|2017 ) 15|15.0|2017 )