Skip to content

Commit c19fd7f

Browse files
committed
Use PROJ_DATA in addition to PROJ_LIB
This adds PROJ_DATA to the only place I can find that used PROJ_LIB before. Fixes #352
1 parent 86c9833 commit c19fd7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-msys2.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ call C:\msys64\mingw64\bin\gem.cmd install json
1616
REM Workaround for problem with spatialite (see https://github.com/osmcode/libosmium/issues/262)
1717
copy /y C:\msys64\mingw64\bin\libreadline8.dll C:\msys64\mingw64\bin\libreadline7.dll
1818

19-
echo "Setting PROJ_LIB variable for correct PROJ.4 working"
19+
echo "Setting PROJ_LIB/DATA variable for correct PROJ.4 working"
2020
set PROJ_LIB=c:\msys64\mingw64\share\proj
21+
set PROJ_DATA=c:\msys64\mingw64\share\proj
2122

2223
set CXXFLAGS=-Wno-stringop-overflow
2324

0 commit comments

Comments
 (0)