Fix LDLIBS linker errors
This commit is contained in:
parent
ac2d3765c1
commit
30d2c7241d
2
Makefile
2
Makefile
@ -58,7 +58,7 @@ endif
|
|||||||
all: $(BIN) modules
|
all: $(BIN) modules
|
||||||
|
|
||||||
$(BIN): $(OBJS)
|
$(BIN): $(OBJS)
|
||||||
$(CXX) $(OBJS) $(LDFLAGS) $(LDLIBS) -o $(BIN)
|
$(CXX) $(OBJS) $(LDFLAGS) -o $(BIN) $(LDLIBS)
|
||||||
|
|
||||||
%.o %.d: %.cpp
|
%.o %.d: %.cpp
|
||||||
$(CXX) $(CXXFLAGS) -MMD -MP -MT $@ -MF $*.d -c $<
|
$(CXX) $(CXXFLAGS) -MMD -MP -MT $@ -MF $*.d -c $<
|
||||||
|
Loading…
x
Reference in New Issue
Block a user