diff --git a/libs/re/Makefile b/libs/re/Makefile index b7abff2..561472a 100644 --- a/libs/re/Makefile +++ b/libs/re/Makefile @@ -33,7 +33,7 @@ endef TARGET_CFLAGS += $(FPIC) -ifneq ($(CONFIG_USE_EGLIBC),) +ifneq ($(CONFIG_USE_GLIBC)$(CONFIG_USE_MUSL),) TARGET_CFLAGS += -D_GNU_SOURCE endif