We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d7f61 commit 27504d9Copy full SHA for 27504d9
builddefs/converters.mk
@@ -19,7 +19,7 @@ ifneq ($(CONVERT_TO),)
19
20
-include $(CONVERTER)/pre_converter.mk
21
22
- PLATFORM_KEY = $(shell echo $(CONVERTER) | rev | cut -d "/" -f4 | rev)
+ PLATFORM_KEY = $(shell echo $(CONVERTER) | cut -d "/" -f2)
23
TARGET := $(TARGET)_$(CONVERT_TO)
24
25
# Configure any defaults
0 commit comments