From 4f19809185f6e81b3bcc79686f4ff8fa37d36dbf Mon Sep 17 00:00:00 2001 From: Stefan-olt Date: Thu, 12 Dec 2024 20:07:21 +0100 Subject: [PATCH] fix setting macos version --- plugins/bs.json | 4 +--- vsp-build.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/plugins/bs.json b/plugins/bs.json index 53f3065..b38a7c1 100644 --- a/plugins/bs.json +++ b/plugins/bs.json @@ -1101,9 +1101,7 @@ ] }, "tests": { - ".*": [ - "test-bs-av1" - ] + ".*": [ "test-bs-av1" ] } } ] diff --git a/vsp-build.py b/vsp-build.py index 4a1e569..498e886 100755 --- a/vsp-build.py +++ b/vsp-build.py @@ -64,7 +64,7 @@ def setup_environment() -> bool: def setup_env_os_version(version: str) -> bool: global environment - if str == None: + if version == None: return True if pf.uname().system == 'Darwin': environment['MACOS_DEPLOYMENT_TARGET'] = version