Skip to content

Commit 1418445

Browse files
committed
fix for spaces in path
1 parent ce6b94f commit 1418445

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/mkrules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ $(BUILD)/frozen_mpy: $(FROZEN_MPY_DIRS)
123123
$(Q)$(PREPROCESS_FROZEN_MODULES) -o $@ $(FROZEN_MPY_DIRS)
124124
$(Q)$(CD) $@ && \
125125
$(FIND) -L . -type f -name '*.py' | sed 's=^\./==' | \
126-
xargs -n1 $(abspath $(MPY_CROSS)) $(MPY_CROSS_FLAGS)
126+
xargs -n1 "$(abspath $(MPY_CROSS))" $(MPY_CROSS_FLAGS)
127127

128128
# to build frozen_mpy.c from all .mpy files
129129
# You need to define MPY_TOOL_LONGINT_IMPL in mpconfigport.mk

0 commit comments

Comments
 (0)