Skip to content

Commit

Permalink
.......... [DEV-2113] fixed windows build on Jenkins 6
Browse files Browse the repository at this point in the history
  • Loading branch information
arimdjonokszabbix committed Sep 1, 2022
1 parent ae349b4 commit 6d459ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/mingw/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down
3 changes: 3 additions & 0 deletions src/go/pkg/zbxlib/globals_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ package zbxlib
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/file.o
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/time.o
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/expr.o
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/function.o
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/host.o
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/macro.o
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/token.o
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/fatal.o
#cgo LDFLAGS: ${SRCDIR}/../../../../build/mingw/output/disk.o
Expand Down

0 comments on commit 6d459ea

Please sign in to comment.