Fix CPPDFINES handling in scons
[senf.git] / SConstruct
index 08a96af..0bb858a 100644 (file)
@@ -131,6 +131,10 @@ env.SetDefault(
     FLAVOR            = '',
 )
 
+env.Replace(
+    _defines          = senfutil.expandDefines
+)
+
 # Set variables from command line
 senfutil.parseArguments(
     env,