We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c9833 commit c19fd7fCopy full SHA for c19fd7f
build-msys2.bat
@@ -16,8 +16,9 @@ call C:\msys64\mingw64\bin\gem.cmd install json
16
REM Workaround for problem with spatialite (see https://github.com/osmcode/libosmium/issues/262)
17
copy /y C:\msys64\mingw64\bin\libreadline8.dll C:\msys64\mingw64\bin\libreadline7.dll
18
19
-echo "Setting PROJ_LIB variable for correct PROJ.4 working"
+echo "Setting PROJ_LIB/DATA variable for correct PROJ.4 working"
20
set PROJ_LIB=c:\msys64\mingw64\share\proj
21
+set PROJ_DATA=c:\msys64\mingw64\share\proj
22
23
set CXXFLAGS=-Wno-stringop-overflow
24
0 commit comments