Skip to content

Commit bf8f821

Browse files
committed
Regenerate expected Makefile test fixture
- Generate clean expected/Makefile using templates to ensure proper formatting - All tests now pass (31 passed)
1 parent 2915c86 commit bf8f821

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/mxmake/tests/expected/Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ PYTHON_MIN_VERSION?=3.9
5555
# Default: pip
5656
PYTHON_PACKAGE_INSTALLER?=pip
5757

58+
# Python version for UV to install/use when creating virtual
59+
# environments with global UV. Passed to `uv venv -p VALUE`. Supports version
60+
# specs like `3.11`, `3.14`, `[email protected]`. Defaults to PRIMARY_PYTHON value
61+
# for backward compatibility.
62+
# No default value.
63+
UV_PYTHON?=
64+
5865
# Flag whether to use virtual environment. If `false`, the
5966
# interpreter according to `PRIMARY_PYTHON` found in `PATH` is used.
6067
# Default: true

0 commit comments

Comments
 (0)