mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 00:43:07 +09:00
Remove mt check pt.2
This commit is contained in:
parent
96a5c8f95a
commit
4801fb73d6
1 changed files with 0 additions and 2 deletions
|
|
@ -376,8 +376,6 @@ def sdk_bin_path(valid_windows_sdk_dir, valid_ucrt_sdk_dir):
|
|||
mt = check_prog('MT', depends_win()(lambda: ('mt.exe',)), input='MT',
|
||||
paths=sdk_bin_path)
|
||||
|
||||
set_config('MSMANIFEST_TOOL', depends(valid_mt)(lambda x: bool(x)))
|
||||
|
||||
|
||||
# Ultimately, this will move to toolchain.configure and be turned into a
|
||||
# cross-platform check.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue