mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Pass Qt library location as link option for frameworks on Mac
This commit is contained in:
parent
187a9d6439
commit
c518c57a78
@ -691,7 +691,7 @@ build_lyx() {
|
|||||||
mkdir -p "${LyxBuildDir}" && cd "${LyxBuildDir}"
|
mkdir -p "${LyxBuildDir}" && cd "${LyxBuildDir}"
|
||||||
|
|
||||||
CPPFLAGS="${SDKROOT:+-isysroot ${SDKROOT}} -arch ${arch} ${MYCFLAGS}"
|
CPPFLAGS="${SDKROOT:+-isysroot ${SDKROOT}} -arch ${arch} ${MYCFLAGS}"
|
||||||
LDFLAGS="${SDKROOT:+-isysroot ${SDKROOT}} -arch ${arch} ${MYLDFLAGS}"
|
LDFLAGS="${SDKROOT:+-isysroot ${SDKROOT}} -arch ${arch} ${MYLDFLAGS} -F${QtInstallDir}/lib"
|
||||||
|
|
||||||
if [ "$configure_qt_frameworks" = "yes" ]; then
|
if [ "$configure_qt_frameworks" = "yes" ]; then
|
||||||
export QT_CORE_CFLAGS="-FQtCore"
|
export QT_CORE_CFLAGS="-FQtCore"
|
||||||
|
Loading…
Reference in New Issue
Block a user