Skip to content

Commit d694cb8

Browse files
committed
Disable vsenv by default
1 parent efc9c83 commit d694cb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mcu_meson_setup/mcu_meson_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def setup(
114114
cross_files: list[str],
115115
link_script: str = "",
116116
output_map: str = "",
117-
msvc: bool = True,
117+
msvc: bool = False,
118118
) -> None:
119119
parser = argparse.ArgumentParser()
120120
parser.add_argument("--rm", help="Remove builddir before setup", action="store_true")

mcu_meson_setup/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
description = "Help you get and setup cross files for meson"
44
name = "mcu-meson-setup"
55
requires-python = ">=3.10"
6-
version = "0.2.0"
6+
version = "0.2.1"

0 commit comments

Comments
 (0)