diff options
author | Alex Crichton <alex@alexcrichton.com> | 2019-03-22 10:15:44 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2019-03-22 08:15:44 -0700 |
commit | 08f9dc5341b9c698681a72805284ddc6fbfe6bae (patch) | |
tree | b86d54ca398bca1d70874f12aa74de35b9aa515b /src/passes/SSAify.cpp | |
parent | 9414fa7f9a4299ab192bb6c1f6b01a318636414f (diff) | |
download | binaryen-08f9dc5341b9c698681a72805284ddc6fbfe6bae.tar.gz binaryen-08f9dc5341b9c698681a72805284ddc6fbfe6bae.tar.bz2 binaryen-08f9dc5341b9c698681a72805284ddc6fbfe6bae.zip |
Fix OSX build error on master (#1958)
Accidentally introduced in #1698, it looks like the
`MACOSX_DEPLOYMENT_TARGET` can't be set so low to 10.7 because it causes
build errors. After some [investigation] it looks like the minimum
currently required is 10.9, so this commit changes the OSX deployment
target to 10.9 in an effort to be compatible with as many OSX
installations as possible.
[investigation]: https://travis-ci.org/WebAssembly/binaryen/builds/509462566
Diffstat (limited to 'src/passes/SSAify.cpp')
0 files changed, 0 insertions, 0 deletions