From 6e40f045f6425b49e1a771daf82a372f663d0f8a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 23 Jan 2011 13:46:30 +0000 Subject: fix include path setting on windows native build svn path=/trunk/netsurf/; revision=11463 --- windows/Makefile.target | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows/Makefile.target') diff --git a/windows/Makefile.target b/windows/Makefile.target index ce81ca1cb..9d8f2a0f0 100644 --- a/windows/Makefile.target +++ b/windows/Makefile.target @@ -26,7 +26,7 @@ # only windows versions after 2000 are supported CFLAGS += '-DWINVER=0x0500' WSCFLAGS := -std=c99 \ - $(WARNFLAGS) -I. -I/${MINGW_INSTALL_ENV}/include \ + $(WARNFLAGS) -I. -I${MINGW_INSTALL_ENV}/include/ \ -DCURL_STATICLIB -g CFLAGS += $(WSCFLAGS) LDFLAGS += $(WSCFLAGS) -- cgit v1.2.3