mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
Fix operator precedence error in comparison.
[SVN r75733]
This commit is contained in:
parent
cf13b4bf6b
commit
e39b4b6888
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ if $(layout) = system && $(build-type) = complete
|
|||
ECHO "error: Cannot use --layout=system with --build-type complete." ;
|
||||
ECHO "error: Please used either --layout=versioned or --layout=tagged " ;
|
||||
ECHO "error: if you wish to build multiple variants." ;
|
||||
if ! [ os.name ] = NT
|
||||
if [ os.name ] != NT
|
||||
{
|
||||
ECHO "error: Note that --layout=system is default on Unix starting with Boost 1.40." ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue