Skip to content

Commit

Permalink
Try force to disable linuxarm64 of uavs3e
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Nov 4, 2024
1 parent 52350eb commit 3f6bfe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts.d/50-uavs3e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ SCRIPT_COMMIT="eca828b2cf05ebb7fef2e2505e3ee2a2156ba2b1"

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

Expand Down

0 comments on commit 3f6bfe7

Please sign in to comment.