mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 06:05:43 +01:00
Build correctly on mactel systems.
git-svn-id: svn://localhost/trunk/ardour2@348 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
671967bfac
commit
caeb564748
1 changed files with 1 additions and 1 deletions
|
|
@ -650,7 +650,7 @@ elif ((re.search ("i[0-9]86", config[config_cpu]) != None) or (re.search ("x86_6
|
|||
opt_flags.extend (["-msse", "-mfpmath=sse"])
|
||||
debug_flags.extend (["-msse", "-mfpmath=sse"])
|
||||
|
||||
if env['FPU_OPTIMIZATION']:
|
||||
if env['FPU_OPTIMIZATION'] and build_host_supports_sse:
|
||||
opt_flags.append ("-DBUILD_SSE_OPTIMIZATIONS")
|
||||
debug_flags.append ("-DBUILD_SSE_OPTIMIZATIONS")
|
||||
if env['DIST_TARGET'] == 'x86_64':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue