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 92cfc31 commit fcf2c15Copy full SHA for fcf2c15
appveyor.yml
@@ -103,6 +103,9 @@ after_build:
103
- copy /y %conda_library_path%\bin\gssapi64.dll osm2pgsql-bin
104
- copy /y %conda_library_path%\bin\libcrypto-1_1-x64.dll osm2pgsql-bin
105
- copy /y %conda_library_path%\bin\libssl-1_1-x64.dll osm2pgsql-bin
106
+ - copy /y %conda_library_path%\bin\comerr64.dll osm2pgsql-bin
107
+ - copy /y %conda_library_path%\bin\krb5_64.dll osm2pgsql-bin
108
+ - copy /y %conda_library_path%\bin\k5sprt64.dll osm2pgsql-bin
109
- copy /y %BZIP2_LIBRARY%\libbz2.dll osm2pgsql-bin
110
- copy /y %LUA_DLL% osm2pgsql-bin
111
- 7z a c:\osm2pgsql\osm2pgsql_%build_type%_%arch%.zip osm2pgsql-bin -tzip
0 commit comments