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

Postfix for #7037 for MacOS.

This commit is contained in:
Adriano dos Santos Fernandes 2021-11-02 17:04:14 -03:00
parent 94479776de
commit 59f0d23c26

View File

@ -76,8 +76,12 @@ endif
ifeq ($(TOMMATH_BUILD_FLG),Y)
TOM2TOM_CFLAGS=-I../libtommath
ifeq ($(PLATFORM),DARWIN)
LTC_LDFLAGS='-L$(LIB) $(call LINK_DARWIN_RPATH,..)'
else
LTC_LDFLAGS='-L$(LIB) $(subst $,$$$$,$(call LIB_LINK_RPATH,lib))'
endif
endif
.PHONY: master_process cross_process firebird Debug Release external