mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
#_____________________________________________________________________________
|
|
|
|
# Changing options based on module
|
|
|
|
# Something that Solaris was doing for intl libraries.
|
|
if $(eq $(ModuleName), "intl")
|
|
LIB_LINK_OPTIONS := -assert pure-text -assert nosymbolic
|
|
endif
|