[ekg2-commit] r4268 - trunk: trunk/SConstruct

SVN commit svn w toxygen.net
Sob, 9 Sie 2008, 23:46:54 CEST


Author: peres
Date: 2008-08-09 23:46:54 +0200 (Sat, 09 Aug 2008)
New Revision: 4268

Modified:
   trunk/SConstruct
Log:

Allow path to not exist.



Modified: trunk/SConstruct
===================================================================
--- trunk/SConstruct	2008-08-09 21:42:52 UTC (rev 4267)
+++ trunk/SConstruct	2008-08-09 21:46:54 UTC (rev 4268)
@@ -78,7 +78,7 @@
 opts.Add(BoolOption('UNICODE', 'Whether to build unicode version of ekg2', True))
 
 for var,path in dirs.items():
-	opts.Add(PathOption(var, '', path))
+	opts.Add(PathOption(var, '', path, PathOption.PathAccept))
 
 env = Environment()
 env.Append(CCFLAGS = ' -I.')



Więcej informacji o liście dyskusyjnej ekg2-commit