mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 16:06:25 +01:00
add x86_64/32bit VST build fix from torben
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4650 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
2fdfe62dee
commit
c8dce93a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -734,7 +734,7 @@ if env['FPU_OPTIMIZATION']:
|
|||
elif env['DIST_TARGET'] == 'i686' or env['DIST_TARGET'] == 'x86_64':
|
||||
opt_flags.append ("-DBUILD_SSE_OPTIMIZATIONS")
|
||||
debug_flags.append ("-DBUILD_SSE_OPTIMIZATIONS")
|
||||
if env['DIST_TARGET'] == 'x86_64':
|
||||
if env['DIST_TARGET'] == 'x86_64' and not env['VST']:
|
||||
opt_flags.append ("-DUSE_X86_64_ASM")
|
||||
debug_flags.append ("-DUSE_X86_64_ASM")
|
||||
if build_host_supports_sse != 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue