Browse Source

Match macos local env with build script

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC3
falkTX 4 years ago
parent
commit
785b25966a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      data/macos/env.sh

+ 1
- 1
data/macos/env.sh View File

@@ -5,7 +5,7 @@

source data/macos/common.env

if [ $(clang -v 2>&1 | grep version | cut -d' ' -f4 | cut -d'.' -f1) -lt 11 ]; then
if [ $(uname -r | cut -d '.' -f 1) -lt 16 ]; then
export MACOS_VERSION_MIN="10.8"
else
export MACOS_VERSION_MIN="10.12"


Loading…
Cancel
Save