From c26375d1f8aecdb944e027e95aea18ea0bc8c09d Mon Sep 17 00:00:00 2001 From: Leng Yue Date: Sun, 8 Sep 2024 19:52:40 -0700 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 553b094..323c39b 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,8 @@ "/usr/include/opus", "/usr/include/opusenc", ], - library_dirs=["/usr/lib/x86_64-linux-gnu"], - libraries=["opus", "libopusenc"], + library_dirs=["/usr/lib/x86_64-linux-gnu", "/usr/local/lib"], + libraries=["opus", "opusenc"], ), ]