Ticket #4237: filesystem_Jamfile.v2.patch

File filesystem_Jamfile.v2.patch, 651 bytes (added by Chris Jefferson, 12 years ago)

Patch to filesystem jamfile to fix dynamic linking on darwin

  • libs/filesystem/build/Jamfile.v2

     
    2727      # clients have to be directly linked to Boost.System. For static linking
    2828      # this happens anyway, and for shared we need to make it happen.
    2929      <target-os>windows,<link>shared:<library>../../system/build//boost_system
     30      <target-os>darwin,<link>shared:<library>../../system/build//boost_system
    3031    ;
    3132
    32 boost-install boost_filesystem ;
    33  No newline at end of file
     33boost-install boost_filesystem ;