Try defining libs
This commit is contained in:
parent
850491eb9c
commit
580b2bca17
|
@ -30,7 +30,7 @@ CONFIG_ARGS=(
|
||||||
|
|
||||||
ARGS=(
|
ARGS=(
|
||||||
--with-boost-libdir=${BOOST_ROOT}
|
--with-boost-libdir=${BOOST_ROOT}
|
||||||
#LIBS="-lboost_system -lboost_thread -lboost_date_time"
|
LIBS="-lboost_system -lboost_thread -lboost_date_time"
|
||||||
COMPILED_BY="$NAME <$EMAIL>"
|
COMPILED_BY="$NAME <$EMAIL>"
|
||||||
CC=emcc
|
CC=emcc
|
||||||
CXX=em++
|
CXX=em++
|
||||||
|
|
Loading…
Reference in New Issue