Allow lib/data detection when cross-compiling
This commit is contained in:
parent
bd961c4da2
commit
4b0d181f6e
1 changed files with 22 additions and 23 deletions
|
@ -1728,7 +1728,6 @@ if not preconfigured:
|
|||
if env['HOST']:
|
||||
SQLITE_HAS_RTREE = True
|
||||
|
||||
if not env['HOST']:
|
||||
env['QUERIED_PROJ_LIB'] = conf.CheckProjData()
|
||||
if os.environ.get('PROJ_LIB'):
|
||||
env['QUERIED_PROJ_LIB'] = os.environ['PROJ_LIB']
|
||||
|
|
Loading…
Reference in a new issue