rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
764 stars 92 forks source link

Fix LIEF compilation #94

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

LIEF only compiles correctly for the second time. The first time you try to build it, it shows:

<dir>/libmem/LIEF/include/LIEF/third-party/span.hpp:20:10: fatal error: LIEF/third-party/internal/span.hpp: No such file or directory                    
    20 | #include <LIEF/third-party/internal/span.hpp>
rdbo commented 1 year ago

This doesn't seem to be happening anymore, probably because I updated the LIEF version to the last commit (at the time)