diff options
-rw-r--r-- | src/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc index d1f590f..951beea 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -1,4 +1,7 @@ -GCABI ?= v2 +ifndef GCABI +$(error GCABI is undefined. Consult the README.md file to set it according to your kernel) +endif + PLATFORM_GL_LIBS ?= -lEGL -lGLESv2 CC = $(GCCPREFIX)gcc |