mailr23639 - /trunk/sconstruct


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on June 04, 2014 - 18:21:
Author: bugman
Date: Wed Jun  4 18:21:30 2014
New Revision: 23639

URL: http://svn.gna.org/viewcvs/relax?rev=23639&view=rev
Log:
Fixed the docstring for the det_arch() method of the sconstruct script.

This is for the true cross-compilation detection on Mac OS X.


Modified:
    trunk/sconstruct

Modified: trunk/sconstruct
URL: 
http://svn.gna.org/viewcvs/relax/trunk/sconstruct?rev=23639&r1=23638&r2=23639&view=diff
==============================================================================
--- trunk/sconstruct    (original)
+++ trunk/sconstruct    Wed Jun  4 18:21:30 2014
@@ -444,9 +444,9 @@
 
 
     def det_arch(self):
-        """Nasty hack to make Scons behave properly with cross-compilation 
on Mac OS X!
-
-        @return:    The list of CPU architects to cross compile.
+        """Determine which architectures are supported for cross-compilation 
on Mac OS X.
+
+        @return:    The list of CPU architects to cross-compile.
         @rtype:     list of str
         """
 




Related Messages


Powered by MHonArc, Updated Wed Jun 04 18:40:02 2014