mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Fix detection of QNX for inclusion of libutil
[SVN r34869]
This commit is contained in:
@@ -141,7 +141,7 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
|
||||
{
|
||||
case SOLARIS : extra-libs = dl ;
|
||||
case OSF : extra-libs = ;
|
||||
case QNXTO : extra-libs = util ;
|
||||
case QNX* : extra-libs = util ;
|
||||
case * : extra-libs = dl util ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user