From 514236c3148e0d1640c46c77830ff03de76d29a0 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Wed, 31 Oct 2007 00:55:32 -0700 Subject: SConstruct: undo half of last changeset; looked innocuous but wasn't. --HG-- extra : convert_revision : 237da629f9e4e8f9151fcf3c47ea2ef72918356a --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 6c642b5c7..9394fa61b 100644 --- a/SConstruct +++ b/SConstruct @@ -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'): -- cgit v1.2.3