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
748 stars 90 forks source link

Rust build won't link on Alpine Linux #166

Closed rdbo closed 6 months ago

rdbo commented 6 months ago

Add the following to your .cargo/config.toml:

[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]