X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=b4f47474daa74cad077bc0964548838a80a8a2af;hb=caa3f20cd224f88f7a785618b63000f44a06da3a;hp=959e1e0faa6212cd8baa84f0eb65aa3c7ac87586;hpb=3c371e9aead80bfed91ae208e2ce782c7bf4901b;p=libcxml.git diff --git a/wscript b/wscript index 959e1e0..b4f4747 100644 --- a/wscript +++ b/wscript @@ -57,8 +57,10 @@ def configure(conf): if conf.options.target_windows: boost_lib_suffix = '-mt' + conf.env.append_value('CXXFLAGS', '-DLIBCXML_WINDOWS') else: boost_lib_suffix = '' + conf.env.append_value('CXXFLAGS', '-DLIBCXML_POSIX') conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='LIBXML++', mandatory=True)