From: Vadim Zeitlin Date: Tue, 3 Mar 2009 19:20:44 +0000 (+0000) Subject: use ldlibs, not ldflags, for wx-config --libs output in gnu format as well as in... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1146927789c25f2fcd1982c364bc4724eaf8dc92 use ldlibs, not ldflags, for wx-config --libs output in gnu format as well as in autoconf one to ensure that the libraries appear at the end of the linker command line git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/wxpresets/presets/wx_unix.bkl b/build/bakefiles/wxpresets/presets/wx_unix.bkl index cd9bddb8d4..65209441f4 100644 --- a/build/bakefiles/wxpresets/presets/wx_unix.bkl +++ b/build/bakefiles/wxpresets/presets/wx_unix.bkl @@ -209,7 +209,7 @@ Format-specific notes: base - `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))` + `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs $(','.join(__liblist.split()))` $(value)