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

haiku: platform support

This commit is contained in:
Jessica Hamilton
2014-11-16 13:42:23 +13:00
committed by Vladimir Prus
parent e0dde1b783
commit 7f0d33a7b0
16 changed files with 81 additions and 11 deletions

View File

@@ -639,6 +639,7 @@ local rule system-library-dependencies ( target-os )
case qnx* : return ;
case darwin : return ;
case windows : return ;
case haiku : return ;
case hpux : return <library>rt ;
case *bsd : return <library>pthread <toolset>gcc:<library>util ;