Abdelrazak Younes wrote:
Hi Bo,

The double-quote problem strike again apparently:

This patch fixes it for me.

Abdel.
Index: SConscript
===================================================================
--- SConscript  (revision 13967)
+++ SConscript  (working copy)
@@ -145,7 +145,7 @@
   intlenv = env.Copy()
   # we need the original C compiler for these files
   intlenv['CC'] = intlenv['C_COMPILER']
-  intlenv['CCFLAGS'] = intlenv['C_CCFLAGS']
+  # intlenv['CCFLAGS'] = intlenv['C_CCFLAGS']
   intlenv['CPPPATH'] += ['intl']
   
   intlenv.Append(CCFLAGS = [

Reply via email to