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:
parent
94479776de
commit
59f0d23c26
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user