mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-10 02:25:32 +08:00
build with -fsigned-char to fix test failures on ports
This commit is contained in:
Vendored
+3
@@ -11,6 +11,9 @@ PYVERS = $(shell pyversions -vr)
|
||||
PYVER = $(shell pyversions -vd)
|
||||
PY3VERS = $(shell py3versions -vr)
|
||||
|
||||
# upstream relies on signed chars
|
||||
export DEB_CFLAGS_MAINT_APPEND := -fsigned-char
|
||||
|
||||
export MPLCONFIGDIR=$(CURDIR)/build
|
||||
export HOME=$(CURDIR)/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user