Skip to content
Snippets Groups Projects
Commit bf93253f authored by rswindell's avatar rswindell
Browse files

Include xpdev in unbaja (for c_escape_char function).

parent 915255dc
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ $(BAJA): $(BAJA_OBJS)
# UnBaja Utility
$(UNBAJA): $(UNBAJA_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(UTIL_LDFLAGS) -o $@ $(UNBAJA_OBJS)
$(QUIET)$(CC) $(UTIL_LDFLAGS) -o $@ $(UNBAJA_OBJS) $(XPDEV_LIBS)
# Node Utility
$(NODE): $(NODE_OBJS)
......
......@@ -121,7 +121,7 @@ $(BAJA): $(BAJA_OBJS)
# UnBaja Utility
$(UNBAJA): $(UNBAJA_OBJS)
@echo Linking $@
$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(WILDARGS)
$(QUIET)$(CC) $(UTIL_LDFLAGS) -e$@ $** $(XPDEV_LIBS) $(WILDARGS)
# Node Utility
$(NODE): $(NODE_OBJS)
......
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