ODBC library is part of base, so make sure the dependency is set accordingly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3ffa4b966c
commit
21dc40ed32
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ FIXME: this template has (at least) the following bugs:
|
|||
<if cond="value=='base'">
|
||||
<sys-lib>wxbase$(WX_VERSION)$(WXLIBPOSTFIX)</sys-lib>
|
||||
</if>
|
||||
<if cond="value in ['net','xml']">
|
||||
<if cond="value in ['net','xml', 'odbc']">
|
||||
<sys-lib>wxbase$(WX_VERSION)$(WXLIBPOSTFIX)_$(value)</sys-lib>
|
||||
</if>
|
||||
<if cond="value not in ['base','net','xml']">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue