mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
math_info doesn't link with Borland unless built against the static runtime.
[SVN r39756]
This commit is contained in:
@@ -15,7 +15,7 @@ path-constant DOT : . ;
|
||||
include $(DOT)/options_v2.jam ;
|
||||
|
||||
run config_info.cpp ;
|
||||
run math_info.cpp : : : <toolset>borland:<runtime-link>static ;
|
||||
run math_info.cpp : : : <toolset>borland:<runtime-link>static <toolset>borland:<link>static ;
|
||||
run config_test.cpp ;
|
||||
run limits_test.cpp ../../test/build//boost_test_exec_monitor ;
|
||||
run abi/abi_test.cpp abi/main.cpp ;
|
||||
@@ -358,3 +358,4 @@ test-suite "BOOST_NO_INTRINSIC_WCHAR_T" :
|
||||
[ compile-fail no_wchar_t_fail.cpp ] ;
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user