Kaydet (Commit) 75f77e63 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

One more SYSTEM_MOZILLA to SYSTEM_NSS

üst 08f73742
...@@ -828,16 +828,16 @@ $(call gb_LinkTarget_add_libs,$(1), \ ...@@ -828,16 +828,16 @@ $(call gb_LinkTarget_add_libs,$(1), \
endef endef
ifeq ($(SYSTEM_MOZILLA),YES) ifeq ($(SYSTEM_NSS),YES)
define gb_LinkTarget__use_plc4 define gb_LinkTarget__use_plc4
$(call gb_LinkTarget_set_include,$(1),\ $(call gb_LinkTarget_set_include,$(1),\
$$(INCLUDE) \ $$(INCLUDE) \
$(MOZ_NSS_CFLAGS) \ $(NSS_CFLAGS) \
) )
$(call gb_LinkTarget_add_libs,$(1),\ $(call gb_LinkTarget_add_libs,$(1),\
$(MOZ_NSS_LIBS) \ $(NSS_LIBS) \
) )
endef endef
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment