Compare commits

..

No commits in common. "fbe6fb01cb87f38d6332ce5035dd4e842d49d0c6" and "bab76643f2d7be45c85c91cf2deb471a1e8963c5" have entirely different histories.

5 changed files with 1 additions and 19 deletions

@ -5,7 +5,7 @@ project(
).stdout().strip('\n'),
# 'online.fxreader.uv',
# ['c', 'cpp'],
version: '0.1.5.17+27.11',
version: '0.1.5.17+27.9',
# default_options: [
# 'cpp_std=c++23',
# # 'prefer_static=true',

@ -514,7 +514,6 @@ class CLI(abc.ABC):
subprocess.check_call(
[
str(self.dist_settings.python_path),
'-m',
'mesonbuild.mesonmain',
# shutil_which(
# 'meson',

@ -123,14 +123,3 @@ def interfaces_index() -> list[interfaces_index_t.Interface]:
)
return res
def shutil_rmtree(
path: pathlib.Path,
preserve_top_path: bool = False,
) -> None:
if preserve_top_path:
for p in path.iterdir():
shutil.rmtree(str(p))
else:
shutil.rmtree(str(path))

Binary file not shown.

Binary file not shown.