mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-10-18 17:50:22 +01:00
test workflow
This commit is contained in:
parent
ed2844f99f
commit
c03867daa1
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -29,8 +29,8 @@ else ifeq ($(UNAME),Darwin)
|
|||
|
||||
INCFLAGS += -I$(BREW_PREFIX)/include -I$(BREW_PREFIX)/opt/openssl@3/include
|
||||
LDFLAGS += -L$(BREW_PREFIX)/lib -L$(BREW_PREFIX)/opt/openssl@3/lib
|
||||
# Используем динамические библиотеки, без указания .a
|
||||
LDLIBS += -lboost_system -lboost_program_options
|
||||
|
||||
LDLIBS += -lboost_program_options
|
||||
else ifeq ($(UNAME),FreeBSD)
|
||||
CXXFLAGS += -g
|
||||
LDLIBS += -lthr -lpthread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue