change(project): set the IPHONEOS_DEPLOYMENT_TARGET to 16.0
This is mainly to avoid compilation errors coming out of `aws-lc-sys` on `aarch64-apple-ios`
This commit is contained in:
committed by
Stefan Ceriu
parent
c708ed18c0
commit
c3a0ce15cc
@@ -11,3 +11,6 @@ rustdoc-map = true
|
||||
[target.aarch64-linux-android]
|
||||
# These rust flags improve the performance on Android on arm64
|
||||
rustflags = ["-C", "target-feature=+neon,+aes,+sha2,+sha3,+pmuv3"]
|
||||
|
||||
[env]
|
||||
IPHONEOS_DEPLOYMENT_TARGET = "16.0"
|
||||
|
||||
Reference in New Issue
Block a user