Add support for Linux aarch64 builds
This commit is contained in:
@@ -4,6 +4,7 @@ SDL_REPO="https://github.com/libsdl-org/SDL.git"
|
||||
SDL_COMMIT="0a93ac129475ab3ce11af95969f767d60e98233a"
|
||||
|
||||
ffbuild_enabled() {
|
||||
[[ $TARGET == linuxarm64 ]] && return -1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user