mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	scripts/stripdecls.py #10458
Remove the `only_static = False` which clobbers the `--static` CLI argument.
This commit is contained in:
		
				
					committed by
					
						
						Justin M. Keyes
					
				
			
			
				
	
			
			
			
						parent
						
							03a0226221
						
					
				
				
					commit
					c515b5c1f1
				
			@@ -18,8 +18,6 @@ Strip = namedtuple('Strip', 'start_line start_column end_line end_column')
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def main(progname, cfname, only_static, move_all):
 | 
			
		||||
  only_static = False
 | 
			
		||||
 | 
			
		||||
  cfname = os.path.abspath(os.path.normpath(cfname))
 | 
			
		||||
 | 
			
		||||
  hfname1 = os.path.splitext(cfname)[0] + os.extsep + 'h'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user