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:
@@ -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 ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user