Skip to content

Commit 27504d9

Browse files
authored
Fix converter alias after 19603 (#19644)
1 parent c6d7f61 commit 27504d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builddefs/converters.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ifneq ($(CONVERT_TO),)
1919

2020
-include $(CONVERTER)/pre_converter.mk
2121

22-
PLATFORM_KEY = $(shell echo $(CONVERTER) | rev | cut -d "/" -f4 | rev)
22+
PLATFORM_KEY = $(shell echo $(CONVERTER) | cut -d "/" -f2)
2323
TARGET := $(TARGET)_$(CONVERT_TO)
2424

2525
# Configure any defaults

0 commit comments

Comments
 (0)