diff options
Diffstat (limited to 'results/scraper/box64/1027')
| -rw-r--r-- | results/scraper/box64/1027 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/results/scraper/box64/1027 b/results/scraper/box64/1027 new file mode 100644 index 000000000..2b7b68da5 --- /dev/null +++ b/results/scraper/box64/1027 @@ -0,0 +1,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'. \ No newline at end of file |