diff options
Diffstat (limited to 'comphelper/Library_comphelp.mk')
-rw-r--r-- | comphelper/Library_comphelp.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk index 0228d80b2f89..c50153b4f015 100644 --- a/comphelper/Library_comphelp.mk +++ b/comphelper/Library_comphelp.mk @@ -40,8 +40,7 @@ $(eval $(call gb_Library_set_include,comphelper,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,comphelper,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,comphelper,\ -DCOMPHELPER_DLLIMPLEMENTATION \ )) |