diff options
| author | Antonis Geralis <[email protected]> | 2023-01-21 19:52:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-21 18:52:31 +0100 |
| commit | e539aad1184373fe32c4dd8052e888df9ab4d8fe (patch) | |
| tree | 4d53b1e0238dc304d7bc96c71867e1334128f785 /src/Makefile | |
| parent | 19715546b3eddb0d6171d6b68e3642497b007a4e (diff) | |
| download | raylib-e539aad1184373fe32c4dd8052e888df9ab4d8fe.tar.gz raylib-e539aad1184373fe32c4dd8052e888df9ab4d8fe.zip | |
Fix android sound issue #2118 (#2875)
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 fdc52a83..c2e227f7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -389,7 +389,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID) # -Werror=format-security CFLAGS += -Wa,--noexecstack -Wformat -no-canonical-prefixes # Preprocessor macro definitions - CFLAGS += -DANDROID -DPLATFORM_ANDROID -D__ANDROID_API__=$(ANDROID_API_VERSION) -DMAL_NO_OSS + CFLAGS += -D__ANDROID__ -DPLATFORM_ANDROID -D__ANDROID_API__=$(ANDROID_API_VERSION) -DMAL_NO_OSS endif # Define required compilation flags for raylib SHARED lib |
