8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

This should fix android build

This commit is contained in:
AlexPeshkoff 2024-06-21 14:04:50 +03:00
parent ef198229d1
commit 001b93bdb5

View File

@ -394,7 +394,7 @@ ifeq ($(WITH_TOMCRYPT),Y)
endif
ifeq ($(CLIENT_ONLY_FLG),N)
$(MAKE) re2
[ -f $(CDS_CONF_SRC) ] && $(CP) $(CDS_CONF_SRC) $(CDS_CONF_FILE)
-[ -f $(CDS_CONF_SRC) ] && $(CP) $(CDS_CONF_SRC) $(CDS_CONF_FILE)
$(MAKE) libcds
endif
CC="$(CC)" CFLAGS="$(CFLAGS)" AR="$(AR)" $(MAKE) -C $(ROOT)/extern/decNumber