1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Bug 2535 - Audacity fails to build on 32-bit Linux

This commit is contained in:
Leland Lucius
2020-09-06 03:11:36 -05:00
parent 7c9e824943
commit 90a69a0173
3 changed files with 10 additions and 17 deletions

View File

@@ -29,9 +29,7 @@ list( APPEND OPTIONS
PRIVATE
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-Wno-enum-compare>
${MMX_FLAG}
# Bug 2488 - Do not define this for SBSMS
# ${SSE_FLAG}
${SSE_FLAG}
)
find_package( Threads )