Skip to content

Commit 1374a15

Browse files
authored
Merge pull request #8633 from jepler/fix-frozen-modules-build
Fix build error when frozen modules are updated
2 parents 87163de + 3a68d2f commit 1374a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/circuitpy_defns.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,4 +877,4 @@ invalid-board:
877877
# Print out the value of a make variable.
878878
# https://stackoverflow.com/questions/16467718/how-to-print-out-a-variable-in-makefile
879879
print-%:
880-
@echo $* = $($*)
880+
@echo "$* = "$($*)

0 commit comments

Comments
 (0)