SDL: removed gnustl_static from makefiles

This commit is contained in:
Sergii Pylypenko
2018-10-12 17:14:04 +03:00
parent 4be95b0d36
commit 2b18728ed5
6 changed files with 5 additions and 38 deletions

View File

@@ -7,7 +7,7 @@ endif
NDK_VERSION := $(strip $(patsubst android-ndk-%,%,$(filter android-ndk-%, $(subst /, ,$(dir $(TARGET_CC))))))
#$(info NDK version $(NDK_VERSION)) # This warning puzzles ndk-gdb
ifneq ($(filter r1 r2 r3 r4 r5 r6 r7 r8,$(NDK_VERSION)),)
$(error Your NDK $(NDK_VERSION) is too old, please download NDK r4b, r5c or r6 from http://developer.android.com)
$(error Your NDK $(NDK_VERSION) is too old, please download NDK from http://developer.android.com)
endif
NDK_PATH := $(shell dirname $(shell which ndk-build))