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
This commit is contained in:
Robin Dunn
2013-06-09 17:28:15 +00:00
parent 05f7541872
commit ecf2cfb12d

View File

@@ -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])
#-----------------------------------------------------------------------------
#-----------------------------------------------------------------------------