forked from boostorg/config
Make math_info static link for Borland (fixes unresolved externals from Borland/STLport bug).
[SVN r32401]
This commit is contained in:
@ -13,7 +13,7 @@ subproject libs/config/test ;
|
||||
import testing ./options ;
|
||||
|
||||
run config_info.cpp <template>config_options ;
|
||||
run math_info.cpp <template>config_options ;
|
||||
run math_info.cpp <template>config_options : : : <borland><*><runtime-link>static ;
|
||||
run config_test.cpp <template>config_options ;
|
||||
run limits_test.cpp <template>config_test_options ;
|
||||
run abi/abi_test.cpp abi/main.cpp <template>config_options ;
|
||||
@ -326,3 +326,4 @@ test-suite "BOOST_NO_INTRINSIC_WCHAR_T" :
|
||||
[ compile-fail no_wchar_t_fail.cpp <template>config_options ] ;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user