mirror of
https://github.com/boostorg/container.git
synced 2025-08-02 14:04:26 +02:00
Changed extended allocator file extension from C to C++ as some toolsets (like clang) don't ignore C++ options when compiling C files.
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).c
|
: $(CPP_SOURCES).cpp
|
||||||
: <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