mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 04:20:07 +01:00
Fix typo re: linking aui library
This commit is contained in:
2
wscript
2
wscript
@@ -143,7 +143,7 @@ def configure(conf):
|
||||
conf.env.LIB_WXPROPGRID += cfg.makeLibName('propgrid')
|
||||
|
||||
_copyEnvGroup(conf.env, '_WX', '_WXAUI')
|
||||
conf.env.LIB_WXPAUI += cfg.makeLibName('aui')
|
||||
conf.env.LIB_WXAUI += cfg.makeLibName('aui')
|
||||
|
||||
# ** Add code for new modules here (and below for non-MSW)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user