mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
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:
4
wscript
4
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])
|
||||
|
||||
#-----------------------------------------------------------------------------
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user