Ticket #5565: python_socket.patch

File python_socket.patch, 549 bytes (added by Niklas Angare <li51ckf02@…>, 11 years ago)
  • libs/python/test/Jamfile.v2

     
    33# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
    44
    55import python ;
     6import os ;
    67
     8if [ os.name ] = QNXNTO
     9{
     10  lib socket ;
     11}
     12
    713use-project /boost/python : ../build ;
    814project /boost/python/test
    915  : requirements
    1016    <toolset>gcc:<cxxflags>-Wextra
     17    <os>QNXNTO:<library>socket
    1118  ;
    1219
    1320local PY = ;