mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 17:17:22 +02:00
Only static linking works with mingw
[SVN r36888]
This commit is contained in:
@ -176,8 +176,11 @@ lib boost_regex : ../src/$(SOURCES) $(ICU_EXTRA_SOURCE)
|
||||
#<link>static:<define>BOOST_REGEX_NO_LIB=1
|
||||
#<link>static:<define>BOOST_REGEX_STATIC_LINK=1
|
||||
<link>shared:<define>BOOST_REGEX_DYN_LINK=1
|
||||
<toolset>gcc-mw:<link>static
|
||||
<toolset>gcc-mingw:<link>static
|
||||
$(BOOST_REGEX_ICU_OPTS)
|
||||
;
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user