[makefile] ANDROID_ARCH check (#5888)

This commit is contained in:
Fipaan 2026-05-26 21:13:58 +05:00 committed by GitHub
parent 34b06ca587
commit 7f9ded7642
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,6 +240,9 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_ANDROID)
ifeq ($(ANDROID_ARCH),x86_64)
ANDROID_COMPILER_ARCH = x86_64
endif
ifndef ANDROID_COMPILER_ARCH
$(error ANDROID_COMPILER_ARCH: Unknown ANDROID_ARCH=$(ANDROID_ARCH))
endif
endif
# Define raylib graphics api depending on selected platform