diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5104962..58f402b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -367,8 +367,7 @@ if(ENABLE_NEON) if(DISABLE_DYNAMIC_CODE) list(APPEND FFTS_SOURCES - src/neon_static_f.s - src/neon_static_i.s + src/neon_static.s ) endif(DISABLE_DYNAMIC_CODE) |