From 4b9acaaa6d1863646c24291f6fc54b98a507367e Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Wed, 5 Jul 2017 07:49:48 -0700 Subject: [PATCH] Jamroot tweak --- CHANGELOG.md | 2 ++ Jamroot | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84946dda..1423460c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ Version 73: +* Jamroot tweak + HTTP: * basic_parser optimizations diff --git a/Jamroot b/Jamroot index 55edf0a1..a35ffbb5 100644 --- a/Jamroot +++ b/Jamroot @@ -69,6 +69,7 @@ variant ubasan project beast : requirements + /boost//headers . ./extras ./include @@ -111,4 +112,4 @@ project beast ; build-project test ; -#build-project example ; +build-project example ;