Don't disable JavaScriptCore when building with mingw32
This commit is contained in:
parent
94198ef19a
commit
3a7ae20104
1 changed files with 0 additions and 1 deletions
1
wscript
1
wscript
|
@ -208,7 +208,6 @@ def configure (conf):
|
|||
args = '--define-variable=target=win32'
|
||||
check_pkg ('gtk+-2.0', '2.10.0', var='GTK', args=args)
|
||||
check_pkg ('webkit-1.0', '1.1.1', args=args)
|
||||
conf.define ('HAVE_JSCORE', [0,1][not is_mingw (conf.env)])
|
||||
check_pkg ('libsoup-2.4', '2.25.2')
|
||||
conf.define ('HAVE_LIBSOUP_2_25_2', 1)
|
||||
check_pkg ('libxml-2.0', '2.6')
|
||||
|
|
Loading…
Reference in a new issue