2
0
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:
Dave Abrahams
2006-08-11 15:45:25 +00:00
parent 459d888b5f
commit ca74fca08a

View File

@@ -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 ;
}