diff options
author | Steve Reinhardt <stever@gmail.com> | 2007-10-31 00:55:32 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@gmail.com> | 2007-10-31 00:55:32 -0700 |
commit | 514236c3148e0d1640c46c77830ff03de76d29a0 (patch) | |
tree | bf794514b9ca80bb82db1ee73e4b438d739e6720 | |
parent | ffdd67308a491992c2655935a259c8df7b528798 (diff) | |
download | gem5-514236c3148e0d1640c46c77830ff03de76d29a0.tar.xz |
SConstruct: undo half of last changeset; looked innocuous but wasn't.
--HG--
extra : convert_revision : 237da629f9e4e8f9151fcf3c47ea2ef72918356a
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
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'): |