Skip to content

Commit

Permalink
Add static libraries for linux_arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Lilis Iskandar <lilis@veand.co>
  • Loading branch information
veeableful committed Sep 14, 2024
1 parent 05d0080 commit 0793522
Show file tree
Hide file tree
Showing 14 changed files with 438 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _libs/include/SDL2/SDL_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# endif
#elif defined(__arm__)
# include "SDL_config_linux_arm.h"
#elif defined(__aarch64__)
# include "SDL_config_linux_arm64.h"
#elif defined(__ANDROID__)
# include "SDL_config_android_arm.h"
#elif defined(__APPLE__)
Expand Down
Loading

0 comments on commit 0793522

Please sign in to comment.