Skip to content
Snippets Groups Projects
Commit 62e660e6 authored by deuce's avatar deuce
Browse files

Fix BCC linking error (hopefully)

parent 38831704
Branches
Tags
No related merge requests found
......@@ -136,7 +136,7 @@ $(BAJA): $(BAJA_OBJS)
# UnBaja Utility
$(UNBAJA): $(UNBAJA_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV_LIBS) $(WILDARGS)
$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(SMBLIB_LIBS) $(XPDEV_LIBS) $(WILDARGS)
# Node Utility
$(NODE): $(NODE_OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment