mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
macOS: use 10.13 as minimum to match prebuilt libvips
This allows clang to use SSE4 intrinsics
This commit is contained in:
parent
24b3344937
commit
a2988c9edc
@ -179,7 +179,7 @@
|
|||||||
],
|
],
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
|
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
|
||||||
'MACOSX_DEPLOYMENT_TARGET': '10.9',
|
'MACOSX_DEPLOYMENT_TARGET': '10.13',
|
||||||
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
|
'GCC_ENABLE_CPP_EXCEPTIONS': 'YES',
|
||||||
'GCC_ENABLE_CPP_RTTI': 'YES',
|
'GCC_ENABLE_CPP_RTTI': 'YES',
|
||||||
'OTHER_CPLUSPLUSFLAGS': [
|
'OTHER_CPLUSPLUSFLAGS': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user