projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffdd673
)
SConstruct: undo half of last changeset; looked innocuous but wasn't.
author
Steve Reinhardt
<stever@gmail.com>
Wed, 31 Oct 2007 07:55:32 +0000
(
00:55
-0700)
committer
Steve Reinhardt
<stever@gmail.com>
Wed, 31 Oct 2007 07:55:32 +0000
(
00:55
-0700)
--HG--
extra : convert_revision :
237da629f9e4e8f9151fcf3c47ea2ef72918356a
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 6c642b5c7542e508092c971a53bda05b89c9554f..9394fa61bedf581f2d0ddd1d1328cf17b39b9c9e 100644
(file)
--- 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'):