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

Honour global LDFLAGS in UTIL_LDFLAGS.

parent 5d3fa03a
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
SRC_ROOT = ..
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)
ifndef bcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment