MACOSINST-26 fixes: BOOST_MT from local.conf ignored

pull/2/head
Andreas Buff 2021-05-27 09:37:49 +02:00
parent 04b0eacdf9
commit 4940d78e08
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ LDLIBS+= -lpEpEngine -lpEpAdapter -lpEpwebserver -lasn1 \
-lz -lsqlite3
# Boost naming postfix
BOOST_MT="-mt"
BOOST_MT?="-mt"
# This idiom is from the pEp Engine Makefile. Don't ask... ;-)
BUILD_ON:=$(shell uname)