1
0
Fork 0
mirror of https://git.suyu.dev/suyu/dynarmic.git synced 2025-03-05 13:45:36 +00:00
dynarmic/.travis/deps-x86_64-macos.sh

10 lines
120 B
Bash
Raw Normal View History

2017-07-17 16:39:10 +01:00
#!/bin/sh
set -e
set -x
# TODO: This isn't ideal.
cd externals
git clone https://github.com/citra-emu/ext-boost
cd ..