[ion/sdl/android] Error-out if NDK_ABI has not been defined

This commit is contained in:
Romain Goyet
2019-03-18 22:59:07 +01:00
parent cb22879965
commit 8ff8599958

View File

@@ -27,4 +27,10 @@ LDFLAGS += -shared
LDFLAGS += -static-libstdc++
LDFLAGS += -Wl,-z,defs # Warn on missing symbols when linking the dynamic library
else
CC = false
CXX = false
LD = false
endif