mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
(re)fix for OS X 10.6 math.h breakage
git-svn-id: svn://localhost/ardour2/branches/3.0@13598 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
27fdf5f6e3
commit
5446fc3339
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -162,7 +162,7 @@ def set_compiler_flags (conf,opt):
|
||||||
else:
|
else:
|
||||||
conf.env['build_target'] = opt.dist_target
|
conf.env['build_target'] = opt.dist_target
|
||||||
|
|
||||||
if conf.env['build_target'] = 'snowleopard':
|
if conf.env['build_target'] == 'snowleopard':
|
||||||
#
|
#
|
||||||
# stupid OS X 10.6 has a bug in math.h that prevents llrint and friends
|
# stupid OS X 10.6 has a bug in math.h that prevents llrint and friends
|
||||||
# from being visible.
|
# from being visible.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue