2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-02 20:52:13 +00:00

Missed some more CI --cxx changes.

This commit is contained in:
Rene Rivera
2021-01-31 17:18:38 -06:00
parent 1bd74f9097
commit 88cdccdaeb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ steps:
set -e
cd src/engine
set PATH=${PATH};${CXX_PATH}
./build.sh ${TOOLSET}
./build.sh ${TOOLSET} --cxx=${CXX}
./b2 -v
cd ../..
displayName: Build

View File

@@ -8,7 +8,7 @@ steps:
- bash: |
set -e
cd src/engine
./build.sh ${TOOLSET}
./build.sh ${TOOLSET} --cxx=${CXX}
./b2 -v
cd ../..
displayName: Build