summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2023-03-24 16:15:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2023-03-24 20:41:52 +0000
commit2f8b40487cb02287f02ec93acb42f1442c9b4590 (patch)
treec4daeac709224cbf57b3e7d8bf14324e95ae23fd /solenv
parenteba27d85c2c47ba8880ff257cddfe148ca987828 (diff)
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 <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 1 insertions, 1 deletions
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",