python3: Fix build when endianess detection fails

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-05-05 11:13:40 +00:00
committed by Arne Fitzenreiter
parent 46437c6c35
commit 5a5ed9e418

View File

@@ -44,7 +44,8 @@ ifeq "$(ROOT)" ""
--enable-shared \
--with-system-expat \
--with-system-ffi \
--with-ensurepip
--with-ensurepip \
ax_cv_c_float_words_bigendian=no
else
TARGET = $(DIR_INFO)/$(THISAPP)-tools
CONFIGURE_ARGS = \