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-05-25 22:46:19 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-05-25 22:46:19 +0300
commitbc42a93c1b8513eeac73230af5284429387dac20 (patch)
treecc53df7b701c9498c2ac497a87605b3e1cffa9a8 /build
parentd3f53794195e1d36be7ff20bc8538858a7093dd1 (diff)
.......... [DEV-2113] fixed go windows 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 f4f2d9982f0..7e0a4e7a8e7 100644
--- a/build/mingw/Makefile
+++ b/build/mingw/Makefile
@@ -16,10 +16,10 @@ OBJS = \
$(OUTPUTDIR)\threads.o \
$(OUTPUTDIR)\str.o \
$(OUTPUTDIR)\temp_str.o \
+ $(OUTPUTDIR)\components_strings_representations.o \
$(OUTPUTDIR)\misc.o \
$(OUTPUTDIR)\time.o \
$(OUTPUTDIR)\token.o \
- $(OUTPUTDIR)\components_strings_representations.o \
$(OUTPUTDIR)\fatal.o \
$(OUTPUTDIR)\disk.o \
$(OUTPUTDIR)\iprange.o \