diff options
author | Hossein <hossein@libreoffice.org> | 2021-09-15 10:08:43 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2021-09-16 19:50:56 +0200 |
commit | c156a8c708f74dd31e1ef024edc578c3915619cb (patch) | |
tree | f7134a5a8c2f3815abfdb232c29f916de3100bfa /external/breakpad | |
parent | bf89ac73fdb1ca8c083913f6ad8aaf8cec9114c5 (diff) |
Add preliminary VS 2022 support
This patch changes the configure.ac, so that LibreOffice compiles
with the latest VS 2022 preview.
The option --with-visual-studio=2022 should be added to the
autogen.input, in order to use VS 2022 preview.
Change-Id: Ia1d9bbeabbbd44ffe82af3624151b69d36c0a45c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122133
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'external/breakpad')
-rw-r--r-- | external/breakpad/ExternalProject_breakpad.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/external/breakpad/ExternalProject_breakpad.mk b/external/breakpad/ExternalProject_breakpad.mk index db1d1c9df83a..3b1f126c3d1e 100644 --- a/external/breakpad/ExternalProject_breakpad.mk +++ b/external/breakpad/ExternalProject_breakpad.mk @@ -20,6 +20,7 @@ $(call gb_ExternalProject_get_state_target,breakpad,build) : $(call gb_Trace_StartRange,breakpad,EXTERNAL) $(call gb_ExternalProject_run,build,\ MSBuild.exe src/tools/windows/dump_syms/dump_syms.sln -p:Configuration=Release \ + $(if $(filter 170,$(VCVER)),/p:PlatformToolset=v143 /p:VisualStudioVersion=17.0 /ToolsVersion:Current) \ ) $(call gb_Trace_EndRange,breakpad,EXTERNAL) |