Fix LDLIBS linker errors
This commit is contained in:
parent
6de2340db0
commit
c19ffb3564
2
Makefile
2
Makefile
@ -50,7 +50,7 @@ src/commit.inc:
|
||||
echo 'const char* commit = "";' > $@
|
||||
|
||||
$(OUTDIR)$(BIN): $(OBJS)
|
||||
$(CXX) -o $(OUTDIR)$(BIN) $(LDFLAGS) $(LDLIBS) $(addprefix $(BUILDDIR),$(OBJS))
|
||||
$(CXX) -o $(OUTDIR)$(BIN) $(LDFLAGS) $(addprefix $(BUILDDIR),$(OBJS)) $(LDLIBS)
|
||||
@ln -sf $(OUTDIR)$(BIN) $(BIN)
|
||||
|
||||
%.o %.dep: %.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user