We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6267616 commit 748b9e4Copy full SHA for 748b9e4
1 file changed
setup.py
@@ -125,6 +125,8 @@
125
proj_path = subprocess.check_output([mapnik_config, '--proj-lib']).rstrip('\n')
126
else:
127
proj_path = 'mason_packages/.link/share/proj/'
128
+ if os.path.exists('mason_packages/.link/share/proj/proj/'):
129
+ gdal_path = 'mason_packages/.link/share/proj/proj/'
130
if proj_path:
131
proj_files = os.listdir(proj_path)
132
proj_files = [os.path.join(proj_path, f) for f in proj_files]
0 commit comments