browser(firefox-beta): fix Firefox Beta compilation (#9497)
This commit is contained in:
parent
c7bbd449c7
commit
115b37e989
|
|
@ -1,2 +1,2 @@
|
|||
1294
|
||||
Changed: lushnikov@chromium.org Wed 13 Oct 2021 06:13:56 PM PDT
|
||||
1295
|
||||
Changed: lushnikov@chromium.org Thu Oct 14 01:39:34 PDT 2021
|
||||
|
|
|
|||
|
|
@ -2,12 +2,8 @@
|
|||
set -e
|
||||
set +x
|
||||
|
||||
RUST_VERSION="1.51.0"
|
||||
RUST_VERSION="1.53.0"
|
||||
CBINDGEN_VERSION="0.19.0"
|
||||
# Certain minimal SDK Version is required by firefox
|
||||
MACOS_SDK_VERSION="10.12"
|
||||
# XCode version can be determined from https://en.wikipedia.org/wiki/Xcode
|
||||
XCODE_VERSION_WITH_REQUIRED_SDK_VERSION="8.3.3"
|
||||
|
||||
trap "cd $(pwd -P)" EXIT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue