Abdelrazak Younes wrote:

> Scons/windows has problem with this change:

I did not test the scons change. It looks like I forgot a comma. Does this
patch help?


Georg
Index: development/scons/SConstruct
===================================================================
--- development/scons/SConstruct	(Revision 14890)
+++ development/scons/SConstruct	(Arbeitskopie)
@@ -1101,7 +1101,7 @@ int count()
                 'Spell engine to use'
             ),
             # we need to know the byte order for unicode conversions
-            (sys.byteorder == 'big', 'WORDS_BIGENDIAN'
+            (sys.byteorder == 'big', 'WORDS_BIGENDIAN',
                 'Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX).'
             ),
         ],

Reply via email to