mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Fixed #16007 -- Give POSIX platforms the same courtesy as NT for GDAL 1.8. Thanks, Leo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
		
							parent
							
								
									6b31300057
								
							
						
					
					
						commit
						a34e67031a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,7 @@ elif os.name == 'nt':
 | 
			
		|||
    lib_names = ['gdal18', 'gdal17', 'gdal16', 'gdal15']
 | 
			
		||||
elif os.name == 'posix':
 | 
			
		||||
    # *NIX library names.
 | 
			
		||||
    lib_names = ['gdal', 'GDAL', 'gdal1.7.0', 'gdal1.6.0', 'gdal1.5.0', 'gdal1.4.0']
 | 
			
		||||
    lib_names = ['gdal', 'GDAL', 'gdal1.8.0', 'gdal1.7.0', 'gdal1.6.0', 'gdal1.5.0', 'gdal1.4.0']
 | 
			
		||||
else:
 | 
			
		||||
    raise OGRException('Unsupported OS "%s"' % os.name)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue