Enable text shaper capabilities in Android build.

This commit is contained in:
Martín Lucas Golini
2024-10-22 22:29:39 -03:00
parent f44cf3f229
commit ead8f96d00

View File

@@ -48,7 +48,8 @@ EEPP_C_FLAGS := \
-I$(EEPP_INC_PATH) \
-I$(EEPP_BASE_PATH) \
-DPCRE2_STATIC \
-DPCRE2_CODE_UNIT_WIDTH=8
-DPCRE2_CODE_UNIT_WIDTH=8 \
-DEE_TEXT_SHAPER_ENABLED
EEPP_LDLIBS := $(APP_LDLIBS)