This is an automated email from the ASF dual-hosted git repository. ardovm pushed a commit to branch scons-build in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 8779042fb5f6e895c8ee8d7b5183e32dfa2b3958 Author: Arrigo Marchiori <[email protected]> AuthorDate: Thu Apr 13 20:58:46 2023 +0200 Fix typo --- main/site_scons/platform/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/site_scons/platform/windows.py b/main/site_scons/platform/windows.py index 005fbbb81a..f66546e0a2 100644 --- a/main/site_scons/platform/windows.py +++ b/main/site_scons/platform/windows.py @@ -253,7 +253,7 @@ class Windows(aooplatform.Platform): '-NXCOMPAT', '-DYNAMICBASE' ] - if env['CPUNAME'] == 'INTEL': + if soenv['CPUNAME'] == 'INTEL': flags += ['-SAFESEH'] return flags
