Update the path of thp in configure.py

This commit is contained in:
dbalatoni13 2024-11-12 04:39:47 +01:00
parent 27055da994
commit 13b6c32c8f

View file

@ -615,8 +615,8 @@ config.libs = [
"cflags": cflags_thp, "cflags": cflags_thp,
"host": False, "host": False,
"objects": [ "objects": [
Object(Matching, "thp/THPDec.c"), Object(Matching, "dolphin/thp/THPDec.c"),
Object(NonMatching, "thp/THPAudio.c"), Object(NonMatching, "dolphin/thp/THPAudio.c"),
], ],
}, },
{ {