Merge pull request 'fix: architecture environments overrides inherited' (#36) from sisungo/semios-packages:arches into master

Reviewed-on: #36
This commit was merged in pull request #36.
This commit is contained in:
2026-06-22 19:14:50 +08:00
+2 -1
View File
@@ -27,4 +27,5 @@ def set_target(arch: str):
global _target
_target = arch
for key in all[_target].keys():
os.environ[key] = all[_target][key]
if not os.environ.get(key):
os.environ[key] = all[_target][key]