SConstruct: undo half of last changeset; looked innocuous but wasn't.
authorSteve Reinhardt <stever@gmail.com>
Wed, 31 Oct 2007 07:55:32 +0000 (00:55 -0700)
committerSteve Reinhardt <stever@gmail.com>
Wed, 31 Oct 2007 07:55:32 +0000 (00:55 -0700)
--HG--
extra : convert_revision : 237da629f9e4e8f9151fcf3c47ea2ef72918356a

SConstruct

index 6c642b5c7542e508092c971a53bda05b89c9554f..9394fa61bedf581f2d0ddd1d1328cf17b39b9c9e 100644 (file)
@@ -276,7 +276,7 @@ else:
 if sys.platform == 'cygwin':
     # cygwin has some header file issues...
     env.Append(CCFLAGS=Split("-Wno-uninitialized"))
-env.Append(CPPPATH=[str(Dir('ext/dnet'))])
+env.Append(CPPPATH=[Dir('ext/dnet')])
 
 # Check for SWIG
 if not env.has_key('SWIG'):