]> git.saurik.com Git - wxWidgets.git/commitdiff
use ldlibs, not ldflags, for wx-config --libs output in gnu format as well as in...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Mar 2009 19:20:44 +0000 (19:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Mar 2009 19:20:44 +0000 (19:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/presets/wx_unix.bkl

index cd9bddb8d4940cb6d700e9f4434020733d8a4b89..65209441f4d429fea47076dc59197a88eea0a44d 100644 (file)
@@ -209,7 +209,7 @@ Format-specific notes:
                 <!-- 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>