mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
[make] fix windows msys2 build
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
9b82265cd8
commit
c2d7133174
2 changed files with 13 additions and 15 deletions
2
Makefile
2
Makefile
|
@ -121,7 +121,7 @@ obj/%.o: %.cpp | mk_obj_dir
|
|||
-include $(DEPS)
|
||||
|
||||
$(I2PD): $(DAEMON_OBJS) $(ARLIB) $(ARLIB_CLIENT) $(ARLIB_LANG)
|
||||
$(CXX) -o $@ $(DEFINES) $(LDFLAGS) $^ $(LDLIBS)
|
||||
$(CXX) $(DEFINES) $(LDFLAGS) -o $@ $^ $(LDLIBS)
|
||||
|
||||
$(SHLIB): $(LIB_OBJS)
|
||||
ifneq ($(USE_STATIC),yes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue