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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2020-09-14 19:35:27 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2020-09-18 11:38:36 +0300
commit9745fbf7d0518a8ede91ca1325b7be85d832139d (patch)
treebc4a41a80f6640eecfb04f779cf6a8867451d4e0 /build
parent1eca0196613e42785b095110580e645a2dc6ea56 (diff)
...G...... [ZBXNEXT-6093] fixed windows problem compilation with static lib
Diffstat (limited to 'build')
-rw-r--r--build/win32/project/Makefile_modbus.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/win32/project/Makefile_modbus.inc b/build/win32/project/Makefile_modbus.inc
index 9c66b2074fa..f798e59eb73 100644
--- a/build/win32/project/Makefile_modbus.inc
+++ b/build/win32/project/Makefile_modbus.inc
@@ -4,4 +4,3 @@ MODBLIB = $(MODBLIBDIR)\modbus.lib
LIBS = $(LIBS) "$(MODBLIB)"
INCS = $(INCS) /I "$(MODBINCDIR)"
!ENDIF
-INCS = $(INCS) /I "..\..\..\src\libs\zbxsysinfo\common"