mirror of
https://github.com/boostorg/container.git
synced 2025-08-03 06:24:26 +02:00
Reverted alloc_lib extension change. It breaks Windows builds.
This commit is contained in:
@@ -15,7 +15,7 @@ project boost/container
|
|||||||
CPP_SOURCES = alloc_lib ;
|
CPP_SOURCES = alloc_lib ;
|
||||||
|
|
||||||
lib boost_container
|
lib boost_container
|
||||||
: $(CPP_SOURCES).cpp
|
: $(CPP_SOURCES).c
|
||||||
: <link>shared:<define>BOOST_CONTAINER_DYN_LINK=1
|
: <link>shared:<define>BOOST_CONTAINER_DYN_LINK=1
|
||||||
<link>static:<define>BOOST_CONTAINER_STATIC_LINK=1
|
<link>static:<define>BOOST_CONTAINER_STATIC_LINK=1
|
||||||
;
|
;
|
||||||
|
Reference in New Issue
Block a user