mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	Fix build tags for setupFD
				
					
				
			This commit is contained in:
		
							parent
							
								
									fbc5f62add
								
							
						
					
					
						commit
						12a3a8c73b
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
//go:build !mobile
 | 
					//go:build linux || android
 | 
				
			||||||
// +build !mobile
 | 
					// +build linux android
 | 
				
			||||||
 | 
					
 | 
				
			||||||
package tun
 | 
					package tun
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
//go:build !linux && !darwin && !windows && !openbsd && !freebsd && !mobile
 | 
					//go:build !linux && !darwin && !ios && !android && !windows && !openbsd && !freebsd && !mobile
 | 
				
			||||||
// +build !linux,!darwin,!windows,!openbsd,!freebsd,!mobile
 | 
					// +build !linux,!darwin,!ios,!android,!windows,!openbsd,!freebsd,!mobile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
package tun
 | 
					package tun
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue