We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a955d commit 6267616Copy full SHA for 6267616
1 file changed
setup.py
@@ -108,6 +108,8 @@
108
gdal_path = subprocess.check_output([mapnik_config, '--gdal-data']).rstrip('\n')
109
else:
110
gdal_path = 'mason_packages/.link/share/gdal/'
111
+ if os.path.exists('mason_packages/.link/share/gdal/gdal/'):
112
+ gdal_path = 'mason_packages/.link/share/gdal/gdal/'
113
if gdal_path:
114
gdal_files = os.listdir(gdal_path)
115
gdal_files = [os.path.join(gdal_path, f) for f in gdal_files]
0 commit comments