Skip to content

Commit 0583c26

Browse files
authored
fix flipped image in Android
see: #44
1 parent 28d6efc commit 0583c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jni/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(CORE_DIR)/Makefile.common
99
COREFLAGS := -ffast-math $(COREDEFINES) $(INCFLAGS)
1010
GIT_VERSION := " $(shell git rev-parse --short HEAD || echo unknown)"
1111
ifneq ($(GIT_VERSION)," unknown")
12-
COREFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\"
12+
COREFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\" -DHAVE_OPENGLES=1
1313
endif
1414

1515
include $(CLEAR_VARS)

0 commit comments

Comments
 (0)