mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 13:06:49 +03:00
fix include path setting on windows native build
svn path=/trunk/netsurf/; revision=11463
This commit is contained in:
parent
3938a08bf9
commit
6e40f045f6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user