summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-06-20 21:24:50 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-06-20 21:24:50 +0000
commit69ac3569ed061345bc9a2d8e13b6201dae2ab812 (patch)
tree97c29fb65d3e86051414a05eeea999c825be53a7 /SConstruct
parent78889b0958c72e8b52e297e27e2c1ed2bf522602 (diff)
allow libsndfile to open BWF files; fix -Woverload-virtuals being in CCFLAGS instead of CXXFLAGS where it should be
git-svn-id: svn://localhost/ardour2/trunk@626 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 6d2fea7c18..17b3b9041d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -793,7 +793,8 @@ else:
# warnings flags
#
-env.Append(CXXFLAGS="-Wall -Woverloaded-virtual")
+env.Append(CCFLAGS="-Wall")
+env.Append(CXXFLAGS="-Woverloaded-virtual")
if env['LIBLO']:
env.Append(CCFLAGS="-DHAVE_LIBLO")