diff options
author | David Robillard <d@drobilla.net> | 2010-12-16 21:39:53 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-16 21:39:53 +0000 |
commit | 39b61955e4db79b7e152f15ebe8326056e6d038b (patch) | |
tree | fa1a1b09af13ff8720a91f431a5025e7b4957faf /src/gui/wscript | |
parent | 51d3ef8b9f5b5e70695c58332ab75930d6da639d (diff) | |
download | ingen-39b61955e4db79b7e152f15ebe8326056e6d038b.tar.gz ingen-39b61955e4db79b7e152f15ebe8326056e6d038b.tar.bz2 ingen-39b61955e4db79b7e152f15ebe8326056e6d038b.zip |
Fix use of conf.define and subsequent check in conf.env (no longer works with waf 1.6) (fix ticket #610).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2724 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/wscript')
-rw-r--r-- | src/gui/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index 9cccf0bc..5ae04233 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -3,7 +3,7 @@ import autowaf def build(bld): # Headers - bld.install_files('${INCLUDEDIR}/ingen/gui', bld.path.ant_glob('*.hpp') + bld.install_files('${INCLUDEDIR}/ingen/gui', bld.path.ant_glob('*.hpp')) obj = bld(features = 'cxx cxxshlib') obj.source = ''' |