grass improvement: specify proj data directory (#8984)
This commit is contained in:
parent
62026ce302
commit
ce16011427
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user