chore: update in config.nims the minimum version to montery / 12

This commit is contained in:
Iuri Matias 2024-09-03 12:27:16 -04:00
parent 1b8d40dfc0
commit c0885d66db
2 changed files with 2 additions and 3 deletions

View File

@ -23,8 +23,8 @@ if defined(macosx):
switch("passL", "bottles/pcre/lib/libpcre.a")
# https://code.videolan.org/videolan/VLCKit/-/issues/232
switch("passL", "-Wl,-no_compact_unwind")
# set the minimum supported macOS version to 11.0
switch("passC", "-mmacosx-version-min=11.0")
# set the minimum supported macOS version to 12.0
switch("passC", "-mmacosx-version-min=12.0")
elif defined(windows):
--app:gui
--tlsEmulation:off

View File

@ -10,7 +10,6 @@ function get_gh_pkgs_token() {
}
function get_bottle_json() {
# echo "Getting bottle JSON for $1 $2"
brew info --json=v1 "${1}" | jq ".[0].bottle.stable.files[\"${2}\"]"
}