2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00

Attempted QNX workaround

[SVN r34887]
This commit is contained in:
Dave Abrahams
2006-08-15 17:35:24 +00:00
parent d172922cf7
commit 42f6bb7bf0

View File

@@ -141,7 +141,7 @@ rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * )
{
case SOLARIS : extra-libs = dl ;
case OSF : extra-libs = ;
case QNX* : extra-libs = util ;
case QNX* : extra-libs = ;
case * : extra-libs = dl util ;
}