summaryrefslogtreecommitdiff
path: root/.travis/macos/build.sh
diff options
context:
space:
mode:
authorMerryMage <MerryMage@users.noreply.github.com>2018-02-09 00:04:05 +0000
committerMerryMage <MerryMage@users.noreply.github.com>2018-02-09 00:29:36 +0000
commitd3bbed5e78e6f324ff417d887b60df20cafc7a90 (patch)
tree1f17a63f865591e026c0cd1dc17168dda11802a3 /.travis/macos/build.sh
parentdb11c9a0b927a8f1d09f4cdf6bbe524485cb61b4 (diff)
dynarmic: Update to 41ae12263
Changes: Primarily implementing more A64 instructions
Diffstat (limited to '.travis/macos/build.sh')
-rwxr-xr-x.travis/macos/build.sh2
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