Merge pull request #447 from dbalatoni13/main

Fixed the path of thp
This commit is contained in:
Liam Coleman 2024-11-11 21:43:53 -06:00 committed by GitHub
commit 4872ad3c62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

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