diff options
Diffstat (limited to 'sax/Library_fastsax.mk')
-rw-r--r-- | sax/Library_fastsax.mk | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sax/Library_fastsax.mk b/sax/Library_fastsax.mk index e45fa5021311..62e4570a113f 100644 --- a/sax/Library_fastsax.mk +++ b/sax/Library_fastsax.mk @@ -35,10 +35,6 @@ $(eval $(call gb_Library_set_include,fastsax,\ -I$(SRCDIR)/sax/inc \ )) -$(eval $(call gb_Library_set_defs,fastsax,\ - $$(DEFS) \ -)) - $(eval $(call gb_Library_add_linked_libs,fastsax,\ sal \ cppu \ @@ -49,8 +45,7 @@ $(eval $(call gb_Library_add_linked_libs,fastsax,\ )) ifeq ($(SYSTEM_ZLIB),YES) -$(eval $(call gb_Library_set_defs,fastsax,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,fastsax,\ -DSYSTEM_ZLIB \ )) endif |