Skip to content

Commit 61bd04d

Browse files
committed
Use --cxx, as CXX is not used any longer.
1 parent 5c19ea2 commit 61bd04d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.cirrus.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ freebsd_task:
2828
build_script: [
2929
"set -e",
3030
"cd src/engine",
31-
"set PATH=${PATH};${CXX_PATH}",
32-
"./build.sh ${TOOLSET}",
31+
"./build.sh --cxx=${CXX} ${TOOLSET}",
3332
"./b2 -v",
3433
"cd ../.."
3534
]

0 commit comments

Comments
 (0)