diff --git a/v2/tools/python.jam b/v2/tools/python.jam index 64e196791..33855df6d 100644 --- a/v2/tools/python.jam +++ b/v2/tools/python.jam @@ -601,7 +601,7 @@ local rule system-library-dependencies ( target-os ) case darwin : return ; case windows : return ; - case hpux : return pthread rt ; + case hpux : return rt ; case * : return pthread dl gcc:util ; }