mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 18:57:18 +08:00 
			
		
		
		
	 664bd95d24
			
		
	
	664bd95d24
	
	
	
		
			
			Adds a support sentinel file for building on FreeBSD with cgo disabled. Makes the build error for FreeBSD easier to understand. Fixes #3630
		
			
				
	
	
		
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			158 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| //go:build freebsd && amd64 && !cgo
 | |
| 
 | |
| // This file is used to detect building on freebsd with cgo disabled
 | |
| 
 | |
| package can_not_build_on_freebsd_with_cgo_disabled
 |