diff options
| -rw-r--r-- | django/contrib/gis/gdal/libgdal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/gdal/libgdal.py b/django/contrib/gis/gdal/libgdal.py index bf8933dffb..78a719a940 100644 --- a/django/contrib/gis/gdal/libgdal.py +++ b/django/contrib/gis/gdal/libgdal.py @@ -42,7 +42,7 @@ lgdal = CDLL(lib_path) # different calling convention. if os.name == 'nt': from ctypes import WinDLL - lwingdal = WinDLL(lib_name) + lwingdal = WinDLL(lib_path) def std_call(func): """ |
