summary refs log tree commit diff stats
path: root/results/scraper/box64/1027
blob: 2b7b68da59816a57018c820e154d99a3a5330378 (plain) (blame)
1
2
3
4
5
Support musl libc
I've done something [here](https://github.com/gamecss/box64/tree/musl)
Seem able to compile on x86_64 and aarch64 alpine edge. Now I defining `box_malloc` as `malloc` in `src/include/debug.h`, but it stucks at first `box_malloc` now.
I'm a complete noob in C language..... I really need some suggestions :(
I have tried in defining something like `box_malloc` as `__libc_malloc`. With some hack, I'm able to link `__libc_*` without `__libc_realloc` then it stucks at `box_realloc'.