aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/lcdtest/files/patch-SConstruct
blob: 78de12269d03af4356b1303bbac38ddede6d39bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- SConstruct.orig    2007-06-05 16:38:23.000000000 -0700
+++ SConstruct 2009-10-26 14:22:35.000000000 -0700
@@ -50,7 +50,7 @@
 # Cache options
 #-----------------------------------------------------------------------------

-env = Environment (options = opts)
+env = Environment (**ARGUMENTS)
 opts.Update (env)
 opts.Save (conf_file, env)