dynarmic/.travis/deps-x86_64-macos.sh
2020-04-22 20:27:15 +01:00

9 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 ..