1
0
Fork 0
mirror of https://git.suyu.dev/suyu/dynarmic.git synced 2025-03-04 21:26:06 +00:00
dynarmic/.travis/deps-x86_64-macos.sh
2017-07-17 16:44:13 +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/citra-emu/ext-boost
cd ..