Skip to content

Commit 4f19809

Browse files
committed
fix setting macos version
1 parent 9425941 commit 4f19809

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

plugins/bs.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1101,9 +1101,7 @@
11011101
]
11021102
},
11031103
"tests": {
1104-
".*": [
1105-
"test-bs-av1"
1106-
]
1104+
".*": [ "test-bs-av1" ]
11071105
}
11081106
}
11091107
]

vsp-build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def setup_environment() -> bool:
6464

6565
def setup_env_os_version(version: str) -> bool:
6666
global environment
67-
if str == None:
67+
if version == None:
6868
return True
6969
if pf.uname().system == 'Darwin':
7070
environment['MACOS_DEPLOYMENT_TARGET'] = version

0 commit comments

Comments
 (0)