Fully match malloc.c
This commit is contained in:
parent
237bf72a2c
commit
33cc13b687
4 changed files with 60 additions and 4 deletions
|
|
@ -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"),
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue