mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-06-05 22:06:23 +02:00
swithed to C++17 and std::filesystem
This commit is contained in:
parent
309690575f
commit
8fdec1f30f
3 changed files with 4 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ INCFLAGS = -I$(LIBI2PD_PATH) -I$(LIBI2PD_CLIENT_PATH)
|
|||
DEFINES = -DOPENSSL_SUPPRESS_DEPRECATED
|
||||
|
||||
LDFLAGS =
|
||||
LDLIBS = $(I2PD_PATH)/$(I2PD_LIB) -lboost_system$(BOOST_SUFFIX) -lboost_date_time$(BOOST_SUFFIX) -lboost_filesystem$(BOOST_SUFFIX) -lboost_program_options$(BOOST_SUFFIX) -lssl -lcrypto -lz
|
||||
LDLIBS = $(I2PD_PATH)/$(I2PD_LIB) -lboost_system$(BOOST_SUFFIX) -lboost_program_options$(BOOST_SUFFIX) -lssl -lcrypto -lz
|
||||
|
||||
|
||||
ifeq ($(UNAME),Linux)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue