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-09-01 23:53:33 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-09-01 23:53:33 +0300
commit6d459ea357ea71d3353aded246f646740b9329f4 (patch)
treee9972c400611b4421478c566b2eb8cdf70586ed4 /build
parentae349b4f62a6f735e2231c82059d4b99652cedac (diff)
.......... [DEV-2113] fixed windows build on Jenkins 6
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 f08d7f2cc7d..66dabc2c9e6 100644
--- a/build/mingw/Makefile
+++ b/build/mingw/Makefile
@@ -19,6 +19,7 @@ OBJS = \
$(OUTPUTDIR)\str.o \
$(OUTPUTDIR)\common_str.o \
$(OUTPUTDIR)\components_strings_representations.o \
+ $(OUTPUTDIR)\param.o \
$(OUTPUTDIR)\misc.o \
$(OUTPUTDIR)\time.o \
$(OUTPUTDIR)\expr.o \
@@ -27,7 +28,6 @@ OBJS = \
$(OUTPUTDIR)\function.o \
$(OUTPUTDIR)\token.o \
$(OUTPUTDIR)\fatal.o \
- $(OUTPUTDIR)\param.o \
$(OUTPUTDIR)\disk.o \
$(OUTPUTDIR)\iprange.o \
$(OUTPUTDIR)\zbxhash.o \