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

Changed link command line to be compatible with bc++.

parent 29c7b279
Branches
Tags
No related merge requests found
...@@ -75,5 +75,5 @@ $(ODIR): ...@@ -75,5 +75,5 @@ $(ODIR):
# Executable Build Rule # Executable Build Rule
$(WRAPTEST): $(ODIR)/wraptest.o $(OBJS) $(WRAPTEST): $(ODIR)/wraptest.o $(OBJS)
@echo Linking $@ @echo Linking $@
@$(CC) $(LFLAGS) -o $@ $^ @$(CC) -o $@ $(LFLAGS) $^
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment