mirror of
https://github.com/sist2app/sist2.git
synced 2026-03-24 09:31:36 +00:00
Fix aarch64 build
This commit is contained in:
1
third-party/libscan/CMakeLists.txt
vendored
1
third-party/libscan/CMakeLists.txt
vendored
@@ -132,6 +132,7 @@ find_package(Freetype REQUIRED)
|
|||||||
|
|
||||||
find_package(FFMPEG REQUIRED)
|
find_package(FFMPEG REQUIRED)
|
||||||
list(REMOVE_ITEM FFMPEG_LIBRARIES /usr/lib/x86_64-linux-gnu/libm.a)
|
list(REMOVE_ITEM FFMPEG_LIBRARIES /usr/lib/x86_64-linux-gnu/libm.a)
|
||||||
|
list(REMOVE_ITEM FFMPEG_LIBRARIES /usr/lib/aarch64-linux-gnu/libm.a)
|
||||||
|
|
||||||
target_compile_options(
|
target_compile_options(
|
||||||
scan
|
scan
|
||||||
|
|||||||
Reference in New Issue
Block a user