]> git.saurik.com Git - wxWidgets.git/commitdiff
Use ldflags instead of ldlibs, because wx-config --libs mixes libs and ldflags, and...
authorKevin Ollivier <kevino@theolliviers.com>
Sat, 10 Nov 2007 19:33:10 +0000 (19:33 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sat, 10 Nov 2007 19:33:10 +0000 (19:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/wxpresets/presets/wx_unix.bkl

index 77272f6a65f43c32b6254090c504717edd35f109..c0ff3dae90b7e8604eb24eeea033e3ddc956b0f1 100644 (file)
@@ -207,7 +207,7 @@ Format-specific notes:
                 <!-- all wx libraries should have been already specified, thus
                     $(__liblist) should contain the full list... -->
                 <set var="__liblist" append="1">base</set>
-                <ldlibs>`$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))`</ldlibs>
+                <ldflags>`$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))`</ldflags>
             </if>
             <if cond="value!='base'">
                 <set var="__liblist" append="1">$(value)</set>