addons icon indicating copy to clipboard operation
addons copied to clipboard

Update crosstool_wrapper_driver_is_not_gcc.tpl

Open 87dnz opened this issue 7 months ago • 1 comments

replace import pipes with import shlex as pipes to fix ModuleNotFoundError: No module named 'pipes' (because pipes is deprecated since python version 3.11, and removed since version 3.13)

87dnz avatar Mar 13 '25 17:03 87dnz