* fixed compilation after previous commit

This commit is contained in:
Nikolay Nikolov 2025-01-09 19:04:18 +02:00
parent 0d11caa47d
commit 904c25745c

View File

@ -36,7 +36,7 @@ uses
const
{$if defined(win32)}
libjack = 'libjack';
{$else if defined(win64)}
{$elseif defined(win64)}
libjack = 'libjack64';
{$else}
libjack = 'jack';