Pass -sdk, not that it actually *works*.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Oct 2013 08:07:28 +0000 (08:07 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Oct 2013 08:07:28 +0000 (08:07 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52782 f5534014-38df-0310-8fa8-9805f1628bb7

macosx-setup.sh

index 0cb3e7dc05aeecd69d6072e42fa41175a594ba61..5b6c63454a1a3d5676d1950a22028311cfd7a79a 100755 (executable)
@@ -870,7 +870,7 @@ qt)
         #
         tar xf qt-everywhere-opensource-src-$QT_VERSION.tar.gz
         cd qt-everywhere-opensource-src-$QT_VERSION
-        ./configure -platform $TARGET_PLATFORM -opensource -confirm-license -no-c++11
+        ./configure -sdk macosx$min_osx_target -platform $TARGET_PLATFORM -opensource -confirm-license -no-c++11
         make || exit 1
         $DO_MAKE_INSTALL || exit 1
         cd ..