mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-02-10 05:34:15 +00:00
correct path to i2pd
This commit is contained in:
parent
8c0f07221a
commit
4d868b348c
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ CXXFLAGS = -g -Wall -std=c++11
|
||||
OBJECTS = keygen.o
|
||||
INCFLAGS = -I"i2pd"
|
||||
LDFLAGS = -Wl,-rpath,/usr/local/lib
|
||||
LIBS = ../i2pd/libi2pd.a -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lssl -lcrypto -lpthread -lrt -lz
|
||||
LIBS = i2pd/libi2pd.a -lboost_system -lboost_date_time -lboost_filesystem -lboost_program_options -lssl -lcrypto -lpthread -lrt -lz
|
||||
|
||||
all: keygen
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user