Skip to content
Draft
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
2 changes: 1 addition & 1 deletion py/mkrules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ ifneq ($(PROG),)
# Windows, i.e. msvc or mingw builds, but not when using msys or cygwin's gcc.
COMPILER_TARGET := $(shell $(CC) -dumpmachine)
ifneq (,$(findstring mingw,$(COMPILER_TARGET)))
PROG := $(PROG).exe
override PROG := $(PROG).exe
endif

all: $(BUILD)/$(PROG)
Expand Down
Loading