Fully match malloc.c

This commit is contained in:
gamemasterplc 2023-11-21 21:06:39 -06:00
parent 237bf72a2c
commit 33cc13b687
4 changed files with 60 additions and 4 deletions

View file

@ -222,7 +222,8 @@ config.libs = [
"cflags": cflags_game,
"host": False,
"objects": [
Object(NonMatching, "game/malloc.c"),
Object(Matching, "game/malloc.c"),
Object(NonMatching, "game/memory.c"),
],
},
{