Re: [Boost-bugs] [Boost C++ Libraries] #7706: cross compiling of threads library - JamFile.v2

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7706: cross compiling of threads library - JamFile.v2
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-16 21:10:35


#7706: cross compiling of threads library - JamFile.v2
-------------------------------+--------------------------------------------
  Reporter: tvaneerd@… | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: None
   Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------

Comment (by tvaneerd@…):

 grrr, forgot about WikiFormatting again

 {{{
 @@ -105,7 +107,7 @@
  local rule default_threadapi ( )
  {
      local api = pthread ;
 - if [ os.name ] = "NT" { api = win32 ; }
 + if <target-os>windows in $(properties) { api = win32 ; }
      return $(api) ;
  }

 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7706#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC