diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2018-02-09 00:04:05 +0000 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-02-09 00:29:36 +0000 |
commit | d3bbed5e78e6f324ff417d887b60df20cafc7a90 (patch) | |
tree | 1f17a63f865591e026c0cd1dc17168dda11802a3 /.travis | |
parent | db11c9a0b927a8f1d09f4cdf6bbe524485cb61b4 (diff) |
dynarmic: Update to 41ae12263
Changes: Primarily implementing more A64 instructions
Diffstat (limited to '.travis')
-rwxr-xr-x | .travis/macos/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/macos/build.sh b/.travis/macos/build.sh index 1d0d120ac..f633f618f 100755 --- a/.travis/macos/build.sh +++ b/.travis/macos/build.sh @@ -2,7 +2,7 @@ set -o pipefail -export MACOSX_DEPLOYMENT_TARGET=10.9 +export MACOSX_DEPLOYMENT_TARGET=10.12 export Qt5_DIR=$(brew --prefix)/opt/qt5 export UNICORNDIR=$(pwd)/externals/unicorn |