mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-02 07:35:25 +03:00
Define LIBXML_STATIC
svn path=/trunk/netsurf/; revision=11622
This commit is contained in:
parent
d7745d59bd
commit
98ff1b85ef
@ -32,7 +32,7 @@
|
||||
CFLAGS += '-DWINVER=0x0500'
|
||||
WSCFLAGS := -std=c99 \
|
||||
$(WARNFLAGS) -I. -I${MINGW_INSTALL_ENV}/include/ \
|
||||
-DCURL_STATICLIB -g
|
||||
-DCURL_STATICLIB -DLIBXML_STATIC -g
|
||||
CFLAGS += $(WSCFLAGS)
|
||||
LDFLAGS += $(WSCFLAGS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user