diff options
| author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-10 22:06:06 +0100 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 12:22:26 +0100 |
| commit | 5e15341857e57671a3c617579e3d5dcc89040936 (patch) | |
| tree | 8d90ea72c77ccef7f6b6d5eba199204ce01b27d6 /lib/configuration/dune | |
| parent | 413b86050e364db51eb4f1bb095f70b141c02919 (diff) | |
Print the float numbers using the user locale
Diffstat (limited to 'lib/configuration/dune')
| -rwxr-xr-x | lib/configuration/dune | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration/dune b/lib/configuration/dune index 27d31a6..b08e9bd 100755 --- a/lib/configuration/dune +++ b/lib/configuration/dune @@ -12,6 +12,7 @@ importExpression
importErrors
)
+ (foreign_stubs (language c) (names locale))
(preprocess (pps ppx_yojson_conv ppx_deriving.ord))
)
|
