Skip to content

Commit

Permalink
fix setting macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Olt committed Dec 12, 2024
1 parent 9425941 commit 4f19809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions plugins/bs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1101,9 +1101,7 @@
]
},
"tests": {
".*": [
"test-bs-av1"
]
".*": [ "test-bs-av1" ]
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion vsp-build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f19809

Please sign in to comment.