Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue authored Sep 9, 2024
1 parent 100dc72 commit c26375d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
),
]

Expand Down

0 comments on commit c26375d

Please sign in to comment.