2018-01-14 20:23:24 +00:00

10 lines
120 B
Bash
Executable File

#!/bin/sh
set -e
set -x
# TODO: This isn't ideal.
cd externals
git clone https://github.com/MerryMage/ext-boost
cd ..