Upgrade to boost 1.74 and latest mason
This commit is contained in:
parent
3a58dd89b5
commit
c6fc956a77
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ todo
|
||||||
- shrink icu data
|
- shrink icu data
|
||||||
'
|
'
|
||||||
|
|
||||||
MASON_VERSION="70dd16d2"
|
MASON_VERSION="cce4ebf4"
|
||||||
|
|
||||||
function setup_mason() {
|
function setup_mason() {
|
||||||
if [[ ! -d ./.mason ]]; then
|
if [[ ! -d ./.mason ]]; then
|
||||||
|
@ -44,7 +44,7 @@ function install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ICU_VERSION="57.1"
|
ICU_VERSION="57.1"
|
||||||
BOOST_VERSION="1.73.0"
|
BOOST_VERSION="1.74.0"
|
||||||
|
|
||||||
function install_mason_deps() {
|
function install_mason_deps() {
|
||||||
install ccache 3.3.1
|
install ccache 3.3.1
|
||||||
|
|
Loading…
Reference in a new issue