From 8a586249d776d41e4e4180022780a30d00105ff6 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 3 Dec 2023 20:16:19 +0100 Subject: [PATCH] Fix Wrong Makefile flag #3593 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 772e5809..ca978f77 100644 --- a/src/Makefile +++ b/src/Makefile @@ -380,7 +380,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID) # -Werror=format-security CFLAGS += -Wa,--noexecstack -Wformat -no-canonical-prefixes # Preprocessor macro definitions - CFLAGS += -D__ANDROID__ -DPLATFORM_ANDROID -D__ANDROID_API__=$(ANDROID_API_VERSION) -DMAL_NO_OSS + CFLAGS += -D__ANDROID__ -DPLATFORM_ANDROID -D__ANDROID_API__=$(ANDROID_API_VERSION) endif # Define required compilation flags for raylib SHARED lib