aboutsummaryrefslogtreecommitdiff
path: root/community/boost/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-04-15 08:58:00 +0200
committerCem Keylan <cem@ckyln.com>2022-04-15 08:58:00 +0200
commit7993dd2f5817906ce52a7e8735d1fd405a51ee92 (patch)
tree67c43c9ba4872e6dd99e2df80bff33f86249bba1 /community/boost/build
parent1b06001d089d17fdec42ba2a22ec8cd4201396d8 (diff)
downloadrepository-7993dd2f5817906ce52a7e8735d1fd405a51ee92.tar.gz
boost: bump to 1.79.0
Diffstat (limited to 'community/boost/build')
-rwxr-xr-xcommunity/boost/build6
1 files changed, 3 insertions, 3 deletions
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