Fixed libboost build script

This commit is contained in:
Sergii Pylypenko
2021-12-31 23:53:18 +02:00
parent f8125547e5
commit 7e90cf5cd5
2 changed files with 4 additions and 5 deletions

View File

@@ -20,11 +20,10 @@ BOOST_LIBS := \
coroutine \
date_time \
exception \
fiber \
filesystem \
graph \
iostreams \
locale \
json \
log \
log_setup \
math_c99 \
@@ -33,13 +32,12 @@ BOOST_LIBS := \
math_tr1 \
math_tr1f \
math_tr1l \
nowide \
prg_exec_monitor \
program_options \
random \
regex \
serialization \
stacktrace_basic \
stacktrace_noop \
system \
test_exec_monitor \
thread \
@@ -49,6 +47,7 @@ BOOST_LIBS := \
wave \
wserialization \
BOOST := $(foreach ARCH, $(ARCHES32) $(ARCHES64), $(foreach NAME, $(BOOST_LIBS), boost/lib/$(ARCH)/libboost_$(NAME).a))
.PHONY: all boost icu openssl