Skip to content

Commit

Permalink
Fix default lib path for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
yodakohl committed Apr 6, 2024
1 parent 963dd5c commit d10def3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/auto_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if system == "Darwin":
from cross_record import AudiostreamSource
play_command ="play -q"
default_libpath = '../lib/mac/x86_64/libnyumaya_premium.3.1.0.dylib'
default_libpath = '../../lib/mac/x86_64/libnyumaya_premium.3.1.0.dylib'

elif system == "Linux":
from record import AudiostreamSource
Expand Down

0 comments on commit d10def3

Please sign in to comment.