git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59297
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
<!-- all wx libraries should have been already specified, thus
$(__liblist) should contain the full list of required wxlibs... -->
<set var="__liblist" append="1">base</set>
- <ldflags>`$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))`</ldflags>
+ <ldlibs>`$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))`</ldlibs>
</if>
<if cond="value!='base'">
<set var="__liblist" append="1">$(value)</set>