fix to make check in non-C locales
"make check" uses bc, which needs '.' as a decimal sep. https://github.com/jcupitt/libvips/issues/367
This commit is contained in:
parent
4512400a3c
commit
af8b43b16d
@ -3,6 +3,7 @@
|
||||
- reorder file tests to put slow loaders last
|
||||
- ifthenelse needs less C stack during eval
|
||||
- better rounding in bilinear interpolator
|
||||
- fix to "make check" in non-C locales
|
||||
|
||||
1/1/16 started 8.2.1
|
||||
- add a compat stub, thanks Benjamin
|
||||
|
@ -7,3 +7,6 @@ mkdir -p $tmp
|
||||
vips=$top_srcdir/tools/vips
|
||||
vipsthumbnail=$top_srcdir/tools/vipsthumbnail
|
||||
vipsheader=$top_srcdir/tools/vipsheader
|
||||
|
||||
# we need bc to use '.' for a decimal separator
|
||||
export LC_NUMERIC=C
|
||||
|
Loading…
Reference in New Issue
Block a user