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