From 13b6c32c8ff546787fe9659bdaf019b82f250b6e Mon Sep 17 00:00:00 2001 From: dbalatoni13 Date: Tue, 12 Nov 2024 04:39:47 +0100 Subject: [PATCH] Update the path of thp in configure.py --- configure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.py b/configure.py index a27cc629..7c6f1fe0 100644 --- a/configure.py +++ b/configure.py @@ -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"), ], }, {