Skip to content

Commit

Permalink
Remove workaround.
Browse files Browse the repository at this point in the history
Fixes #262.
  • Loading branch information
joto committed Jul 25, 2018
1 parent 058cd3a commit 2d5244a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build-msys2.bat
Expand Up @@ -13,9 +13,6 @@ bash -lc "pacman -S --needed --noconfirm mingw-w64-x86_64-gcc mingw-w64-x86_64-g
bash -lc "pacman -S --needed --noconfirm mingw-w64-x86_64-postgresql mingw-w64-x86_64-netcdf mingw-w64-x86_64-crypto++"
call C:\msys64\mingw64\bin\gem.cmd install json

REM Workaround for problem with gdal (see https://github.com/osmcode/libosmium/issues/262)
copy /y C:\msys64\mingw64\bin\libjson-c-4.dll C:\msys64\mingw64\bin\libjson-c-3.dll

echo "Setting PROJ_LIB variable for correct PROJ.4 working"
set PROJ_LIB=c:\msys64\mingw64\share\proj

Expand Down

0 comments on commit 2d5244a

Please sign in to comment.