diff options
Diffstat (limited to 'basebmp/Library_basebmp.mk')
-rw-r--r-- | basebmp/Library_basebmp.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/basebmp/Library_basebmp.mk b/basebmp/Library_basebmp.mk index a835c417d214..0a2dffde48f1 100644 --- a/basebmp/Library_basebmp.mk +++ b/basebmp/Library_basebmp.mk @@ -36,8 +36,7 @@ $(eval $(call gb_Library_set_include,basebmp,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,basebmp,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,basebmp,\ -DBASEBMP_DLLIMPLEMENTATION \ )) |