Fix typo in configure for Mac: Libraries -> Library
Task-number: QTBUG-18115 Change-Id: I81f82d417dfff94c0ebcd41f0f9f3cd3223bac2c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
parent
5f0b52ea26
commit
bf3b08ee06
2
configure
vendored
2
configure
vendored
@ -2686,7 +2686,7 @@ if [ -z "$QT_INSTALL_LIBS" ]; then #default
|
|||||||
if [ "$CFG_PREFIX_INSTALL" = "no" ]; then
|
if [ "$CFG_PREFIX_INSTALL" = "no" ]; then
|
||||||
if [ "$BUILD_ON_MAC" = "yes" ]; then
|
if [ "$BUILD_ON_MAC" = "yes" ]; then
|
||||||
if [ "$CFG_FRAMEWORK" = "yes" ]; then
|
if [ "$CFG_FRAMEWORK" = "yes" ]; then
|
||||||
QT_INSTALL_LIBS="/Libraries/Frameworks"
|
QT_INSTALL_LIBS="/Library/Frameworks"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user