mirror of
https://github.com/simon987/sist2.git
synced 2025-04-04 07:52:59 +00:00
Fix aarch64 build
This commit is contained in:
parent
6e15201a05
commit
4f83a044c7
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)
|
||||
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(
|
||||
scan
|
||||
|
Loading…
x
Reference in New Issue
Block a user