[prev in list] [next in list] [prev in thread] [next in thread] 

List:       boost-commit
Subject:    [Boost-commit] svn:boost r84908 - trunk/tools/build/v2/tools
From:       steven () providere-consulting ! com
Date:       2013-06-27 12:53:07
Message-ID: 20130627125307.B26A015FF84 () wowbagger ! crest ! iu ! edu
[Download RAW message or body]

Author: steven_watanabe
Date: 2013-06-27 08:53:07 EDT (Thu, 27 Jun 2013)
New Revision: 84908
URL: http://svn.boost.org/trac/boost/changeset/84908

Log:
Only try to translate PYTHONPATH for windows/cygwin.  It's not implemented for cross compilation.

Text files modified: 
   trunk/tools/build/v2/tools/python.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/tools/python.jam
==============================================================================
--- trunk/tools/build/v2/tools/python.jam	Wed Jun 26 18:05:28 2013	(r84907)
+++ trunk/tools/build/v2/tools/python.jam	2013-06-27 08:53:07 EDT (Thu, 27 Jun 2013)	(r84908)
@@ -1234,7 +1234,7 @@
     # Oddly, host-os is not in properties, so grab the default value.
     local host-os = [ feature.defaults host-os ] ;
     host-os = $(host-os:G=) ;
-    if $(target-os) != $(host-os)
+    if $(target-os) != $(host-os) && $(target-os) in windows cygwin && $(host-os) in windows cygwin
     {
         PYTHONPATH = [ sequence.transform $(host-os)-to-$(target-os)-path :
             $(PYTHONPATH) ] ;
_______________________________________________
Boost-commit mailing list
Boost-commit@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic