From 16fed28053701e47f09c7efbd43cbc21d919455e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 4 Jun 2014 16:56:04 +0100 Subject: Try to fix static build. --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 5f619b5..f5a456c 100644 --- a/wscript +++ b/wscript @@ -25,6 +25,7 @@ def configure(conf): if conf.options.static: conf.env.HAVE_CXML = 1 conf.env.STLIB_CXML = ['cxml'] + conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags', uselib_store='CXML', mandatory=True) else: conf.check_cfg(package='libcxml', atleast_version='0.08', args='--cflags --libs', uselib_store='CXML', mandatory=True) -- cgit v1.2.3