mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
Fix typo in error message
[SVN r52373]
This commit is contained in:
parent
b452aff3e9
commit
76d06c1198
1 changed files with 1 additions and 1 deletions
2
Jamroot
2
Jamroot
|
@ -159,7 +159,7 @@ rule handle-static-runtime ( properties * )
|
|||
if <link>shared in $(properties) && <runtime-link>static in $(properties) &&
|
||||
! ( <toolset>cw in $(properties) )
|
||||
{
|
||||
ECHO "error: link=static together with runtime=link is not allowed" ;
|
||||
ECHO "error: link=shared together with runtime-link=static is not allowed" ;
|
||||
ECHO "error: such property combination is either impossible " ;
|
||||
ECHO "error: or too dangerious to be of any use" ;
|
||||
EXIT ;
|
||||
|
|
Loading…
Add table
Reference in a new issue