mirror of
https://github.com/boostorg/build.git
synced 2026-01-19 04:02:14 +00:00
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
uname -a
|
|
ls -laF /Applications
|
|
sudo xcode-select -switch ${XCODE_APP}
|
|
which clang++
|