From ecf2cfb12d619f4219da99ba88e05606a0f8ff57 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 9 Jun 2013 17:28:15 +0000 Subject: [PATCH] richtext module needs to link with html libs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@74150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wscript b/wscript index 79a60b1b..2a194b90 100644 --- a/wscript +++ b/wscript @@ -528,7 +528,7 @@ def build(bld): bld(features = 'c cxx cxxshlib pyext', target = makeTargetName(bld, '_richtext'), source = getEtgSipCppFiles(etg) + rc, - uselib = 'WXRICHTEXT WXPY', + uselib = 'WXHTML WXRICHTEXT WXPY', ) makeExtCopyRule(bld, '_richtext') @@ -590,4 +590,4 @@ def _copyEnvGroup(env, srcPostfix, destPostfix): newKey = key[:-len(srcPostfix)] + destPostfix env[newKey] = copy.copy(env[key]) -#----------------------------------------------------------------------------- \ No newline at end of file +#-----------------------------------------------------------------------------