summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-06 01:05:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-06 01:05:15 +0000
commit95c86bec2d23ddbb3aef49190bacd333af1d1b5b (patch)
treea99aca26a896763ad9d1e209aad62505ef914914 /wscript
parentcb4e8f7626fcb607c0fe759b27880109467c77d0 (diff)
two fixes from TheCranston to help out on OS X with disk space measurement, modified by me
git-svn-id: svn://localhost/ardour2/branches/3.0@14157 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 226d71a34e..ee6b7214f9 100644
--- a/wscript
+++ b/wscript
@@ -281,7 +281,7 @@ def set_compiler_flags (conf,opt):
# a single way to test if we're on OS X
#
- if conf.env['build_target'] in ['panther', 'tiger', 'leopard' ]:
+ if conf.env['build_target'] in ['panther', 'tiger', 'leopard', 'snowleopard', 'lion', 'mountainlion' ]:
conf.define ('IS_OSX', 1)
# force tiger or later, to avoid issues on PPC which defaults
# back to 10.1 if we don't tell it otherwise.