mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Fix missing PPC64 (resolve #1217)
This commit is contained in:
@@ -47,6 +47,7 @@ void create<Header>(nb::module_& m) {
|
||||
ENTRY(XCORE)
|
||||
ENTRY(RISCV)
|
||||
ENTRY(LOONGARCH)
|
||||
ENTRY(PPC64)
|
||||
;
|
||||
#undef ENTRY
|
||||
|
||||
|
||||
Reference in New Issue
Block a user