MACOSINST-26 betters docs

pull/2/head
Andreas Buff 2021-05-27 11:23:31 +02:00
parent 4940d78e08
commit 7d0bf78008
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ local.conf:
@echo "# also add -L<path> here if .a or .so files from non-standard paths are needed." >> local.conf
@echo "LDFLAGS+=--static" >> local.conf
@echo >> local.conf
@echo "# Building BOOST yourself, the artefact names are not postfixed by deafult." >> local.conf
@echo "# Building BOOST yourself, the artefact names are not postfixed by deafult" >> local.conf
@echo "# E.g. lib is named \"libboost_regex.a\", not \"libboost_regex-mt.a\"." >> local.conf
@echo "# Set to empty string if this is the case for you." >> local.conf
@echo "BOOST_MT=\"-mt\"" >> local.conf
@echo >> local.conf