diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-02-20 13:42:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-02-20 14:24:52 +0100 |
commit | dc6530f2599c56fbf2e8c24cc5d4833f4b847735 (patch) | |
tree | cc15d3066d43efb9cab3234114a865b8dd18910e /jurt | |
parent | c92aa69bc63ffb2dddbde0bfb3fe80c7de67a06f (diff) |
Adapt Library_jpipe__staticsalhack
...to 9eb9083ff2fdaeb96399a0830a4394de4e29ef64 "Use Dragonbox to implement
doubleTo*String*"
Change-Id: I40f4db5b33d21f842705485e0ad8cdc0889736a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130211
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/Library_jpipe.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jurt/Library_jpipe.mk b/jurt/Library_jpipe.mk index 2ba5ec99b1c0..379a709da2e4 100644 --- a/jurt/Library_jpipe.mk +++ b/jurt/Library_jpipe.mk @@ -73,6 +73,7 @@ $(eval $(call gb_Library_set_include,jpipe, \ $(eval $(call gb_Library_use_externals,jpipe, \ boost_headers \ + dragonbox \ )) ifeq ($(OS),MACOSX) |