forked from mirrors/qmk_userspace
		
	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…
	
	Add table
		Add a link
		
	
		Reference in a new issue