mirror of
				https://github.com/jhbruhn/notes2ics.git
				synced 2025-10-31 00:06:00 +00:00 
			
		
		
		
	Fix cargo config for cross compiling
This commit is contained in:
		
							parent
							
								
									623e32eb72
								
							
						
					
					
						commit
						2353f608f8
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		
							
								
								
									
										5
									
								
								.cargo/config
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								.cargo/config
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,5 @@ | |||
| [target.armv7-unknown-linux-gnueabihf] | ||||
| linker = "arm-linux-gnueabihf-gcc" | ||||
| 
 | ||||
| [target.aarch64-unknown-linux-gnu] | ||||
| linker = "aarch64-linux-gnu-gcc" | ||||
		Loading…
	
		Reference in a new issue