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-31 13:47:54 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-31 13:47:54 +0300
commit94361f0d3326192eb66c39714dab5668e8e28760 (patch)
tree571a50c540b678a125c46f042c18efcf188b49b4 /build
parent4726108d8ce650b46fea86abff59b3961b7174f3 (diff)
.......... [DEV-2113] fixed Jenkins build 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 906d4381948..823acc249a4 100644
--- a/build/mingw/Makefile
+++ b/build/mingw/Makefile
@@ -43,7 +43,7 @@ OBJS = \
$(TARGETDIR)\resource.syso
CFLAGS := $(CFLAGS) -O2 -g -DHAVE_STDINT_H=1 -DZBX_BUILD_AGENT2=1 -DHAVE_THREAD_LOCAL=1 \
- -I$(TOPDIR)\build\win32\include -I$(TOPDIR)\build\mingw -I$(TOPDIR)\include -I$(TOPDIR)\include\common
+ -I$(TOPDIR)\build\win32\include\common -I$(TOPDIR)\build\mingw -I$(TOPDIR)\include -I$(TOPDIR)\include\common
RFLAGS := $(RFLAGS) --input-format=rc -O coff
GOPATH := $(GOPATH);$(TOPDIR)\go