From b373368d7569109799cfbda33695a3a859450df6 Mon Sep 17 00:00:00 2001 From: Kevin Ollivier Date: Sat, 10 Nov 2007 19:31:25 +0000 Subject: [PATCH] Use ldflags instead of ldlibs, because wx-config --libs mixes libs and ldflags, and being able to specify order of ldflags is important. (e.g. on Leopard, if any other *-config script adds -L/usr/lib to the linker flags, wx will link against the system-provided wx.) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/wxpresets/presets/wx_unix.bkl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/bakefiles/wxpresets/presets/wx_unix.bkl b/build/bakefiles/wxpresets/presets/wx_unix.bkl index fca2c126c6..60e32297c8 100644 --- a/build/bakefiles/wxpresets/presets/wx_unix.bkl +++ b/build/bakefiles/wxpresets/presets/wx_unix.bkl @@ -117,13 +117,13 @@ Format-specific notes: - $(WX_LIBS) + $(WX_LIBS) base - `$(WX_CONFIG) --libs $(','.join(__liblist.split()))` + `$(WX_CONFIG) --libs $(','.join(__liblist.split()))` $(value)