summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorashn <[email protected]>2023-03-18 12:37:04 -0400
committerGitHub <[email protected]>2023-03-18 17:37:04 +0100
commitfec96137e8d10ee6c88914fbe5e5429c13ee1dac (patch)
tree925fc26195ecf04bc0ce0e14b9d3c773f52ed960 /src
parent18a36b3e066f5743757cfa9ecbe784bbe20d529e (diff)
downloadraylib-fec96137e8d10ee6c88914fbe5e5429c13ee1dac.tar.gz
raylib-fec96137e8d10ee6c88914fbe5e5429c13ee1dac.zip
Update Makefile comment to indicate arm64 as a supported Linux desktop platform (#2965)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
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)