Skip to content
Snippets Groups Projects
Commit 1588d01b authored by deuce's avatar deuce
Browse files

Honour global LDFLAGS in UTIL_LDFLAGS.

parent 5d3fa03a
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
SRC_ROOT = .. SRC_ROOT = ..
include $(SRC_ROOT)/build/Common.gmake include $(SRC_ROOT)/build/Common.gmake
UTIL_LDFLAGS += $(SMBLIB_LDFLAGS) $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV_LDFLAGS) UTIL_LDFLAGS += $(LDFLAGS) $(SMBLIB_LDFLAGS) $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV_LDFLAGS)
UTIL_LIBS += $(SMBLIB_LIBS) UTIL_LIBS += $(SMBLIB_LIBS)
ifndef bcc ifndef bcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment