mirror of
https://github.com/boostorg/build.git
synced 2026-07-21 13:13:39 +00:00
8 lines
81 B
Bash
Executable File
8 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
cd src/engine
|
|
./build.sh ${TOOLSET}
|
|
./b2 -v
|
|
cd ../..
|