solenv/bin/native-code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2f8b40487cb02287f02ec93acb42f1442c9b4590 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Mar 24 16:15:33 2023 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Mar 24 20:41:52 2023 +0000 ofz#57376 Fuzzing build failure Change-Id: I03624956bebc7c6ce435482bc7cc5fc8b3fc31cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149547 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index b8fa3634ab23..6dc5def61b1a 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -307,7 +307,7 @@ core_constructor_list = [ ("lingucomponent_MacSpellChecker_get_implementation", "#ifdef IOS"), # lingucomponent/source/spellcheck/languagetool/LanguageTool.component ("lingucomponent_LanguageToolGrammarChecker_get_implementation", "#if !ENABLE_FUZZERS"), - "lingucomponent_NumberText_get_implementation", + ("lingucomponent_NumberText_get_implementation", "#if !ENABLE_FUZZERS"), # lingucomponent/source/thesaurus/libnth/lnth.component "lingucomponent_Thesaurus_get_implementation", "lingucomponent_SpellChecker_get_implementation",