mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	Updated before_deploy.bash to call version of strip specific to aarch64 target
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							e9681bf22d
						
					
				
				
					commit
					89d4cb951a
				
			@@ -19,6 +19,8 @@ pack() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if [[ $TARGET == "arm-unknown-linux-gnueabihf" ]]; then
 | 
					    if [[ $TARGET == "arm-unknown-linux-gnueabihf" ]]; then
 | 
				
			||||||
        gcc_prefix="arm-linux-gnueabihf-"
 | 
					        gcc_prefix="arm-linux-gnueabihf-"
 | 
				
			||||||
 | 
					    elif [[ $TARGET == "aarch64-unknown-linux-gnu" ]]; then
 | 
				
			||||||
 | 
					        gcc_prefix="aarch64-linux-gnu-"
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
        gcc_prefix=""
 | 
					        gcc_prefix=""
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user