Skip to content

Commit

Permalink
fix LIVEKIT_LIB_PATH env (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Jan 31, 2024
1 parent 2544008 commit b5ac94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-rtc/livekit/rtc/_ffi_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_ffi_lib():
# allow to override the lib path using an env var
libpath = os.environ.get("LIVEKIT_LIB_PATH", "").strip()
if libpath:
return libpath
return ctypes.CDLL(libpath)

if platform.system() == "Linux":
libname = "liblivekit_ffi.so"
Expand Down

0 comments on commit b5ac94c

Please sign in to comment.