1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-13 11:36:04 +02:00

Switched to log4cpp 1.1.4 for Windows platforms

This commit is contained in:
Pavel Odintsov 2023-05-22 20:38:21 +01:00
parent 14b128a906
commit 479f2ebb16

View File

@ -27,11 +27,11 @@ jobs:
- run:
name: Download log4cpp
shell: << parameters.default_shell >>
command: wget https://deac-riga.dl.sourceforge.net/project/log4cpp/log4cpp-1.1.x%20%28new%29/log4cpp-1.1/log4cpp-1.1.4rc3.tar.gz
command: wget https://deac-riga.dl.sourceforge.net/project/log4cpp/log4cpp-1.1.x%20%28new%29/log4cpp-1.1/log4cpp-1.1.4.tar.gz
- run:
name: Unpack log4cpp
shell: << parameters.default_shell >>
command: tar -xf log4cpp-1.1.4rc3.tar.gz
command: tar -xf log4cpp-1.1.4.tar.gz
- run:
name: Patch log4cpp to compile it on msys2
shell: << parameters.default_shell >>