Skip to content

Commit db5d8f6

Browse files
committed
Enable sfizz on Linux arm
1 parent 9db66c9 commit db5d8f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ if(QUICK_BUILD)
7272
set(ENABLE_FFMPEG OFF)
7373
endif()
7474

75-
if(("${CMAKE_SYSTEM_NAME}" MATCHES "Linux" AND ${CMAKE_SYSTEM_PROCESSOR} MATCHES "aarch64")
76-
OR ("${CMAKE_SYSTEM_NAME}" MATCHES "iOS"))
77-
message(STATUS "Disabled sfizz")
78-
set(ENABLE_SFIZZ OFF)
79-
endif()
80-
8175
if(BSD)
8276
message(STATUS "Disabled sfizz")
8377
message(STATUS "Disabled Gem")

0 commit comments

Comments
 (0)