mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix build for boost
This commit is contained in:
@ -32,6 +32,7 @@ core_windows {
|
||||
VS_ARCH=x64
|
||||
core_debug:VS_DEBUG=gd-
|
||||
core_win_32:VS_ARCH=x32
|
||||
core_win_arm64:VS_ARCH=a64
|
||||
vs2019:VS_VERSION=142
|
||||
|
||||
BOOST_POSTFIX = -vc$${VS_VERSION}-mt-$${VS_DEBUG}$${VS_ARCH}-1_72
|
||||
|
||||
@ -110,6 +110,7 @@ win32:!contains(QMAKE_TARGET.arch, x86_64): {
|
||||
}
|
||||
|
||||
win32-arm64-msvc2017 {
|
||||
CONFIG -= core_win_32
|
||||
CONFIG += core_win_arm64
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user