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 +#-----------------------------------------------------------------------------