We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b73e2b commit a2bbe0bCopy full SHA for a2bbe0b
1 file changed
src/mxmake/topics/core/mxenv.mk
@@ -132,7 +132,6 @@ endif
132
133
##############################################################################
134
# Tool Runner Configuration
135
-##############################################################################
136
137
ifeq ("$(TOOL_RUNNER)","uvx")
138
# uvx mode: tools run via uvx, no installation into venv needed
@@ -153,6 +152,9 @@ $(1) $(3)
153
152
endef
154
endif
155
+##############################################################################
156
+# venv/uv
157
+
158
MXENV_TARGET:=$(SENTINEL_FOLDER)/mxenv.sentinel
159
$(MXENV_TARGET): $(SENTINEL)
160
# Validation: Check Python version if not using global uv
0 commit comments