diff options
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/Library_ucbhelper.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index 108c6192b833..754c1e704010 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -38,8 +38,7 @@ $(eval $(call gb_Library_set_include,ucbhelper,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,ucbhelper,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,ucbhelper,\ -DUCBHELPER_DLLIMPLEMENTATION \ )) |