diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-10-07 14:12:01 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-10-07 14:58:17 +0200 |
commit | 62b75cd1698474b9232b46777e418de4786a3132 (patch) | |
tree | fe9b453408d9b9ed78fbf1100db242f7b4affcfb /registry | |
parent | cb4bfd0c82bc31003d4cd949ed540773c83c04e9 (diff) |
tdf#100302: gbuild: always use $(LFS_CFLAGS)
Currently LFS_CFLAGS are only used in a handful of libraries but there's
no obvious reason why it can't just be set everywhere.
Also set it in windows.mk, i have no idea if it's needed for MinGW
(certainly not for MSVC).
Change-Id: I5f62e3011c2089abbf5539fc54c7ff10e07b1599
Diffstat (limited to 'registry')
-rw-r--r-- | registry/Library_reg.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/registry/Library_reg.mk b/registry/Library_reg.mk index 7994d0284f17..d765a26e466d 100644 --- a/registry/Library_reg.mk +++ b/registry/Library_reg.mk @@ -10,7 +10,6 @@ $(eval $(call gb_Library_Library,reg)) $(eval $(call gb_Library_add_defs,reg,\ - $(LFS_CFLAGS) \ -DREG_DLLIMPLEMENTATION \ )) |