summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/setup.sh
blob: d115cf9020d763713542dc7e6e57aff0ebd8a532 (plain)
1
2
3
4
5
#!/usr/bin/env bash
# This script is sourced; do not set -e or -o pipefail here.

# Ensure mason is on the PATH
export PATH="`pwd`/.mason:${PATH}" MASON_DIR="`pwd`/.mason"