We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365874a commit de82b21Copy full SHA for de82b21
.devcontainer/tools.mk
@@ -74,7 +74,7 @@ endif
74
endef
75
76
# Uncomment the following line to see what this expands into.
77
-#$(foreach version,$(PYXX_versions),$(info $(call PYXX,$(version))))
+$(foreach version,$(PYXX_versions),$(info $(call PYXX,$(version))))
78
$(foreach version,$(PYXX_versions),$(eval $(call PYXX,$(version))))
79
80
0 commit comments