Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ports/unix/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ ifdef VARIANT_DIR
# the path as the variant name.
VARIANT ?= $(notdir $(VARIANT_DIR:/=))
else
# If not given on the command line, then default to standard.
VARIANT ?= standard
# CIRCUITPY-CHANGE: default variant is coverage
# If not given on the command line, then default to coverage.
VARIANT ?= coverage
VARIANT_DIR ?= variants/$(VARIANT)
endif

Expand Down