Skip to content

Commit a2bbe0b

Browse files
committed
better separators
1 parent 4b73e2b commit a2bbe0b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/mxmake/topics/core/mxenv.mk

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ endif
132132

133133
##############################################################################
134134
# Tool Runner Configuration
135-
##############################################################################
136135

137136
ifeq ("$(TOOL_RUNNER)","uvx")
138137
# uvx mode: tools run via uvx, no installation into venv needed
@@ -153,6 +152,9 @@ $(1) $(3)
153152
endef
154153
endif
155154

155+
##############################################################################
156+
# venv/uv
157+
156158
MXENV_TARGET:=$(SENTINEL_FOLDER)/mxenv.sentinel
157159
$(MXENV_TARGET): $(SENTINEL)
158160
# Validation: Check Python version if not using global uv

0 commit comments

Comments
 (0)