Fix copy/paste error for ribbon build on Windows

This commit is contained in:
Robin Dunn
2016-07-06 13:20:44 -07:00
parent 05fccb01b4
commit adc42f3457

View File

@@ -136,7 +136,7 @@ def configure(conf):
conf.env.LIB_WXMEDIA += cfg.makeLibName('media')
_copyEnvGroup(conf.env, '_WX', '_WXRIBBON')
conf.env.LIB_WXMEDIA += cfg.makeLibName('ribbon')
conf.env.LIB_WXRIBBON += cfg.makeLibName('ribbon')
# ** Add code for new modules here (and below for non-MSW)