Skip to content
Snippets Groups Projects
Commit ce160114 authored by Ricardo Silva's avatar Ricardo Silva Committed by Adam J. Stewart
Browse files

grass improvement: specify proj data directory (#8984)

parent 62026ce3
Branches
Tags
No related merge requests found
......@@ -95,6 +95,8 @@ def configure_args(self):
'--with-x',
'--with-gdal={0}/bin/gdal-config'.format(
spec['gdal'].prefix),
'--with-proj-share={0}/share/proj'.format(
spec['proj'].prefix),
]
if '+cxx' in spec:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment