mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Added new variable to specify base of boost library (BOOST_PREFIX)
This commit is contained in:
5
Makefile
5
Makefile
@@ -30,8 +30,9 @@
|
||||
|
||||
objects = network_utilities.o sha1.o base64.o md5.o uri.o hybi_header.o data.o
|
||||
|
||||
BOOST_LIB_PATH ?= /usr/local/lib
|
||||
BOOST_INCLUDE_PATH ?= /usr/local/include
|
||||
BOOST_PREFIX ?= /usr/local
|
||||
BOOST_LIB_PATH ?= $(BOOST_PREFIX)/lib
|
||||
BOOST_INCLUDE_PATH ?= $(BOOST_PREFIX)/include
|
||||
|
||||
libs = -L$(BOOST_LIB_PATH) -lboost_system -lboost_date_time -lboost_regex -lboost_random -lboost_program_options -lboost_thread
|
||||
|
||||
|
||||
Reference in New Issue
Block a user