summaryrefslogtreecommitdiff
path: root/tools/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-12-29 11:09:16 +0100
committerCarl Hetherington <cth@carlh.net>2025-01-01 14:08:58 +0100
commit68533f20f9f2e0ca9efc9360f20d047a79e4fd8a (patch)
tree22ee64680ffb708f55d6fe4960f87efb0102c396 /tools/wscript
parent23a542bd526038934e05a237d5434b9cd5beb855 (diff)
Add new, improved raw_convert using fmt/fast_float (DoM #2220).
The old one was broken if the thousands separator was the same as the decimal separator (e.g. if you set de_DE and change the decimal separator to .)
Diffstat (limited to 'tools/wscript')
-rw-r--r--tools/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wscript b/tools/wscript
index d282c88c..a5fcf545 100644
--- a/tools/wscript
+++ b/tools/wscript
@@ -32,7 +32,7 @@
#
def build(bld):
- uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_DCPOMATIC BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL XERCES DL MAGICK AVCODEC AVUTIL'
+ uselib = 'OPENJPEG CXML OPENMP ASDCPLIB_DCPOMATIC BOOST_FILESYSTEM LIBXML++ XMLSEC1 OPENSSL XERCES DL MAGICK AVCODEC AVUTIL FMT FAST_FLOAT'
for f in ['diff', 'info', 'verify']:
obj = bld(features='cxx cxxprogram')