mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Bump MACOSX_DEPLOYMENT_TARGET to 13.0 (#34484)
The lowest version we test servo on is macos 13. This fixes some spurious compile errors on recent MacOS versions, when compiling mozjs from source. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
c3a58f9c16
commit
d93e6f76a1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ linker = "lld-link.exe"
|
|||
linker = "lld-link.exe"
|
||||
|
||||
[env]
|
||||
MACOSX_DEPLOYMENT_TARGET = "10.10"
|
||||
MACOSX_DEPLOYMENT_TARGET = "13.0"
|
||||
RUSTC_BOOTSTRAP = "crown,script,style_tests"
|
||||
|
||||
[build]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue