Spelled this argument wrong.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4130 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-01-18 00:07:02 +00:00
parent ce0b4de5a1
commit 45a5202456

View File

@ -18,7 +18,7 @@ CFLAGS += \
-fdata-sections \ -fdata-sections \
-fno-omit-frame-pointer \ -fno-omit-frame-pointer \
-g -g
LDFLAGS += -Wl,-gc-sections LDFLAGS += -Wl,--gc-sections
NDK_PATH := /usr/lib/android-sdk/ndk-bundle NDK_PATH := /usr/lib/android-sdk/ndk-bundle
NDK_API_VERSION := 30 NDK_API_VERSION := 30