diff --git a/example/Jamfile b/example/Jamfile index af16bd779..4e20cccd3 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -106,5 +106,7 @@ run : requirements "python $(this_dir)/private/run_connection_pool.py" $(hostname) + # MSVC 14.1 fails with an internal compiler error while building server.cpp for this config + msvc-14.1 32 17 release:no : target-name boost_mysql_example_connection_pool ;