forked from boostorg/regex
Removed ICU options from main requirements: BBv2 barfs at it.
[SVN r40205]
This commit is contained in:
@ -12,7 +12,6 @@ project
|
|||||||
# There are unidentified linker problems on these platforms:
|
# There are unidentified linker problems on these platforms:
|
||||||
<toolset>mipspro-7.4:<link>static
|
<toolset>mipspro-7.4:<link>static
|
||||||
<toolset>sun-5.9:<link>static
|
<toolset>sun-5.9:<link>static
|
||||||
<source>../build//icu_options
|
|
||||||
;
|
;
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -56,14 +55,14 @@ local regress-sources = regress/$(R_SOURCE) ;
|
|||||||
|
|
||||||
test-suite regex
|
test-suite regex
|
||||||
:
|
:
|
||||||
[ run regress/$(R_SOURCE) ../build//boost_regex
|
[ run regress/$(R_SOURCE) ../build//boost_regex ../build//icu_options
|
||||||
: # command line
|
: # command line
|
||||||
: # input files
|
: # input files
|
||||||
: # requirements
|
: # requirements
|
||||||
: regex_regress ]
|
: regex_regress ]
|
||||||
|
|
||||||
[ run regress/$(R_SOURCE) ../build//boost_regex
|
[ run regress/$(R_SOURCE) ../build//boost_regex
|
||||||
../../thread/build//boost_thread
|
../../thread/build//boost_thread ../build//icu_options
|
||||||
: # command line
|
: # command line
|
||||||
: # input files
|
: # input files
|
||||||
: # requirements
|
: # requirements
|
||||||
@ -133,9 +132,3 @@ test-suite regex
|
|||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user