From 0e80afa323624694e78cba90b0b73b4d9729c5a2 Mon Sep 17 00:00:00 2001 From: Tanzinul Islam Date: Wed, 25 Nov 2020 18:43:34 +0000 Subject: [PATCH] Change toolset name to embtc --- include/boost/config/auto_link.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/auto_link.hpp b/include/boost/config/auto_link.hpp index e48d2902..78abce6a 100644 --- a/include/boost/config/auto_link.hpp +++ b/include/boost/config/auto_link.hpp @@ -190,7 +190,7 @@ BOOST_LIB_SUFFIX: Static/import libraries extension (".lib", ".a") for the c # elif defined(BOOST_EMBTC_WINDOWS) // Embarcadero Clang based compilers: -# define BOOST_LIB_TOOLSET "bcb" +# define BOOST_LIB_TOOLSET "embtc" # elif defined(BOOST_BORLANDC)