mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 05:59:44 +00:00
Fix converter alias after 19603 (#19644)
This commit is contained in:
parent
c6d7f61e79
commit
27504d974d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ ifneq ($(CONVERT_TO),)
|
|||
|
||||
-include $(CONVERTER)/pre_converter.mk
|
||||
|
||||
PLATFORM_KEY = $(shell echo $(CONVERTER) | rev | cut -d "/" -f4 | rev)
|
||||
PLATFORM_KEY = $(shell echo $(CONVERTER) | cut -d "/" -f2)
|
||||
TARGET := $(TARGET)_$(CONVERT_TO)
|
||||
|
||||
# Configure any defaults
|
||||
|
|
Loading…
Reference in a new issue