There was an error while loading. Please reload this page.
1 parent 28d6efc commit 0583c26Copy full SHA for 0583c26
jni/Android.mk
@@ -9,7 +9,7 @@ include $(CORE_DIR)/Makefile.common
9
COREFLAGS := -ffast-math $(COREDEFINES) $(INCFLAGS)
10
GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
11
ifneq ($(GIT_VERSION)," unknown")
12
- COREFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
+ COREFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\" -DHAVE_OPENGLES=1
13
endif
14
15
include $(CLEAR_VARS)
0 commit comments