1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

Fix quoting issue in libsoxr build

This commit is contained in:
Leland Lucius 2020-04-01 14:30:26 -05:00
parent 577d526ec8
commit ffc7452eba

View File

@ -79,7 +79,7 @@ endif()
find_package( SIMD64 )
if( SIMD64_FOUND )
set( WITH_CR64S ON )
string( STRIP "${SIMD64_C_FLAGS}" SIMD64_C_FLAGS )
string( STRIP ${SIMD64_C_FLAGS} SIMD64_C_FLAGS )
list( APPEND OPTIONS ${SIMD64_C_FLAGS} )
endif()