python3-lief: Disable build on 32bit x86

Asserts fail, need upstream to validate the right approach to fix it [1]

[1] 3def579f75 (r152197203)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2025-02-05 13:24:49 -08:00
parent ebcec4a3b4
commit 21230e8d8f

View File

@@ -26,5 +26,7 @@ DEPENDS += "\
ninja-native \
ccache-native \
"
# https://github.com/lief-project/LIEF/commit/3def579f75965aa19c021d840a759bce2afc0a31#r152197203
COMPATIBLE_HOST:x86 = "null"
BBCLASSEXTEND = "native nativesdk"