Skip to content

Commit

Permalink
Fix Vamp plugin installation path
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogdanov committed Feb 14, 2024
1 parent 75939da commit c791f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def build(ctx):
if sys.platform == 'darwin':
install_path = os.environ['HOME'] + '/Library/Audio/Plug-Ins/Vamp'
elif sys.platform.startswith('linux'):
install_path = '${PREFIX}/vamp'
install_path = '${PREFIX}/lib/vamp'
else:
install_path = None

Expand Down

0 comments on commit c791f3a

Please sign in to comment.