From: Steve Reinhardt Date: Wed, 31 Oct 2007 07:55:32 +0000 (-0700) Subject: SConstruct: undo half of last changeset; looked innocuous but wasn't. X-Git-Tag: m5_2.0_beta4~13^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=514236c3148e0d1640c46c77830ff03de76d29a0;p=gem5.git SConstruct: undo half of last changeset; looked innocuous but wasn't. --HG-- extra : convert_revision : 237da629f9e4e8f9151fcf3c47ea2ef72918356a --- 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'):