SConstruct: undo half of last changeset; looked innocuous but wasn't.
--HG-- extra : convert_revision : 237da629f9e4e8f9151fcf3c47ea2ef72918356a
This commit is contained in:
parent
ffdd67308a
commit
514236c314
1 changed files with 1 additions and 1 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue