mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
python3: Fix build when endianess detection fails
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
46437c6c35
commit
5a5ed9e418
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user