Skip to content

Commit 3626bdc

Browse files
authored
disable tool-mconf
1 parent 3bbc355 commit 3626bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builder/frameworks/ulp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def prepare_ulp_env_vars(env):
4848
os.path.dirname(where_is_program("python")),
4949
]
5050

51-
if "windows" in get_systype():
52-
additional_packages.append(platform.get_package_dir("tool-mconf"))
51+
# if "windows" in get_systype():
52+
# additional_packages.append(platform.get_package_dir("tool-mconf"))
5353

5454
for package in additional_packages:
5555
ulp_env.PrependENVPath("PATH", package)

0 commit comments

Comments
 (0)