mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 04:02:14 +00:00
Remove version suffix in user-config toolset.
This commit is contained in:
@@ -11,7 +11,7 @@ steps:
|
||||
./build.sh ${TOOLSET}
|
||||
./b2 -v
|
||||
cd ../..
|
||||
echo "using ${TOOLSET} : : ${CXX} ;" > ${HOME}/user-config.jam
|
||||
echo "using ${TOOLSET%%-[0-9]*} : : ${CXX} ;" > ${HOME}/user-config.jam
|
||||
displayName: Build
|
||||
- bash: |
|
||||
set -e
|
||||
|
||||
Reference in New Issue
Block a user