match _minigameDLL rel

This commit is contained in:
Rainchus 2023-11-20 13:26:41 -06:00
parent 2b5aa27571
commit a56c5b37af
5 changed files with 34 additions and 1 deletions

10
configure.py Normal file → Executable file
View file

@ -230,6 +230,16 @@ config.libs = [
Object(Matching, "REL/empty.c"), # Must be marked as matching
],
},
{
"lib": "_minigameDLL",
"mw_version": config.linker_version,
"cflags": cflags_rel,
"host": False,
"objects": [
Object(Matching, "REL/executor.c"),
Object(Matching, "REL/_minigameDLL/_minigameDLL.c"),
],
},
]
if args.mode == "configure":