Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-14 14:49:35 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-14 14:49:35 +0300
commitdfe39c5861d94f544753ee670021384ef96a6be8 (patch)
tree0cf67658d14c8678b7857bc3cfde2305c148169c /build
parent9e273bb5d29a157533f827e1821952246d91c3a7 (diff)
.......... [DEV-2113] fixed go build
Diffstat (limited to 'build')
-rw-r--r--build/mingw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mingw/Makefile b/build/mingw/Makefile
index 863565b4e8a..12564980369 100644
--- a/build/mingw/Makefile
+++ b/build/mingw/Makefile
@@ -129,7 +129,7 @@ $(OUTPUTDIR)\disk.o: $(TOPDIR)\src\libs\zbxwin32\disk.c
$(OUTPUTDIR)\threads.o: $(TOPDIR)\src\libs\zbxsys\threads.c
$(CC) $(CFLAGS) -DUNICODE -c $^ -o $@
-$(OUTPUTDIR)\md5.o: $(TOPDIR)\src\libs\zbxcrypto\md5.c
+$(OUTPUTDIR)\md5.o: $(TOPDIR)\src\libs\zbxhash\md5.c
$(CC) $(CFLAGS) -DUNICODE -c $^ -o $@
$(OUTPUTDIR)\json_parser.o: $(TOPDIR)\src\libs\zbxjson\json_parser.c