From 7ebfe33e38a81f2a47bb251e093aeb718dbe34e6 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 11 Aug 2011 13:14:14 +1000 Subject: configure: fixed usage of rpath on mac This logic should be used for all mac platforms. Currently it is erroneously skipped for qpa on mac. Change-Id: Ibc8e0bb38d4c08f48292639c614bc328c703b1bc Reviewed-on: http://codereview.qt.nokia.com/2836 Reviewed-by: Qt Sanity Bot Reviewed-by: Kalle Lehtonen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 28e3d3aab0..f4691e12c2 100755 --- a/configure +++ b/configure @@ -7311,7 +7311,7 @@ fi [ '!' -z "$L_FLAGS" ] && QMakeVar add QMAKE_LIBDIR_FLAGS "$L_FLAGS" [ '!' -z "$l_FLAGS" ] && QMakeVar add LIBS "$l_FLAGS" -if [ "$PLATFORM_MAC" = "yes" ]; then +if [ "$CFG_ARCH" = "macosx" ]; then if [ "$CFG_RPATH" = "yes" ]; then QMAKE_CONFIG="$QMAKE_CONFIG absolute_library_soname" fi -- cgit v1.2.3