Mac support desktop

This commit is contained in:
K0R0L
2019-06-18 10:13:19 +03:00
parent 3ffda3d806
commit 2b63451915
2 changed files with 15 additions and 4 deletions

View File

@ -56,15 +56,20 @@ message(desktop)
SUBDIRS += \
hunspell \
ooxmlsignature \
documentscore \
videoplayer
ooxmlsignature
core_windows {
SUBDIRS += projicons
}
SUBDIRS += desktopapp
!core_mac {
SUBDIRS += \
documentscore \
videoplayer \
desktopapp
}
}

6
make
View File

@ -117,6 +117,12 @@ then
rm ".qmake.stash"
fi
if [[ "${OS_DEPLOY_64}" == "mac_64" ]]
then
xcodebuild -project "../desktop-sdk/ChromiumBasedEditors/lib/ascdocumentscore/ascdocumentscore.xcodeproj" -target "ascdocumentscore" -configuration Release
xcodebuild -project "../desktop-sdk/ChromiumBasedEditors/lib/ascdocumentscore Helper/ONLYOFFICE Helper.xcodeproj" -target "ONLYOFFICE Helper" -configuration Release
fi
cd "$SCRIPTPATH"
if [[ "$OO_NO_BUILD_JS" == "1" ]]
then