Skip to content

Commit

Permalink
uavs3e aarch64 target is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Nov 3, 2024
1 parent 77e2646 commit 52350eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts.d/50-uavs3e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SCRIPT_COMMIT="eca828b2cf05ebb7fef2e2505e3ee2a2156ba2b1"

ffbuild_enabled() {
[[ $TARGET == win32 ]] && return -1
[[ $TARGET == winarm64 ]] && return -1
[[ $TARGET == *arm64 ]] && return -1
return 0
}

Expand Down

0 comments on commit 52350eb

Please sign in to comment.