Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62121 - trunk/libs/filesystem/build
From: chris_at_[hidden]
Date: 2010-05-21 12:55:55


Author: chrisj
Date: 2010-05-21 12:55:54 EDT (Fri, 21 May 2010)
New Revision: 62121
URL: http://svn.boost.org/trac/boost/changeset/62121

Log:
Explicitally link boost_system in boost_filesystem on darwin, the same as windows
Text files modified:
   trunk/libs/filesystem/build/Jamfile.v2 | 9 +++++----
   1 files changed, 5 insertions(+), 4 deletions(-)

Modified: trunk/libs/filesystem/build/Jamfile.v2
==============================================================================
--- trunk/libs/filesystem/build/Jamfile.v2 (original)
+++ trunk/libs/filesystem/build/Jamfile.v2 2010-05-21 12:55:54 EDT (Fri, 21 May 2010)
@@ -23,10 +23,11 @@
     :
     : # Boost.Filesystem uses some of Boost.System function in inlined/templated
       # function, so clients that use Boost.Filesystem will have
- # direct refenreces to Boost.System systems. On Windows, this means those
- # clients have to be directly linked to Boost.System. For static linking
- # this happens anyway, and for shared we need to make it happen.
+ # direct refenreces to Boost.System systems. On Windows and darwin, this
+ # means those clients have to be directly linked to Boost.System. For static
+ # linking this happens anyway, and for shared we need to make it happen.
       <target-os>windows,<link>shared:<library>../../system/build//boost_system
+ <target-os>darwin,<link>shared:<library>../../system/build//boost_system
     ;
 
-boost-install boost_filesystem ;
\ No newline at end of file
+boost-install boost_filesystem ;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk