From 7993dd2f5817906ce52a7e8735d1fd405a51ee92 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 15 Apr 2022 08:58:00 +0200 Subject: boost: bump to 1.79.0 --- community/boost/build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/boost/build') diff --git a/community/boost/build b/community/boost/build index b08c7328..9515e193 100755 --- a/community/boost/build +++ b/community/boost/build @@ -1,5 +1,5 @@ #!/bin/sh -e -./bootstrap.sh --prefix="$1/usr" -./b2 stage threading=multi -./b2 install threading=multi +./bootstrap.sh --prefix="$1/usr" --without-icu +./b2 stage threading=multi link=shared +./b2 install threading=multi link=shared -- cgit v1.2.3