diff options
| author | ashn <[email protected]> | 2023-03-18 12:37:04 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-18 17:37:04 +0100 |
| commit | fec96137e8d10ee6c88914fbe5e5429c13ee1dac (patch) | |
| tree | 925fc26195ecf04bc0ce0e14b9d3c773f52ed960 /src/Makefile | |
| parent | 18a36b3e066f5743757cfa9ecbe784bbe20d529e (diff) | |
| download | raylib-fec96137e8d10ee6c88914fbe5e5429c13ee1dac.tar.gz raylib-fec96137e8d10ee6c88914fbe5e5429c13ee1dac.zip | |
Update Makefile comment to indicate arm64 as a supported Linux desktop platform (#2965)
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 1667a974..5d7086d8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # # Platforms supported: # PLATFORM_DESKTOP: Windows (Win32, Win64) -# PLATFORM_DESKTOP: Linux (i386, x64) +# PLATFORM_DESKTOP: Linux (arm64, i386, x64) # PLATFORM_DESKTOP: OSX/macOS (arm64, x86_64) # PLATFORM_DESKTOP: FreeBSD, OpenBSD, NetBSD, DragonFly # PLATFORM_ANDROID: Android (arm, i686, arm64, x86_64) |
