mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 17:29:11 +02:00
* fixed compilation after previous commit
This commit is contained in:
parent
0d11caa47d
commit
904c25745c
@ -36,7 +36,7 @@ uses
|
|||||||
const
|
const
|
||||||
{$if defined(win32)}
|
{$if defined(win32)}
|
||||||
libjack = 'libjack';
|
libjack = 'libjack';
|
||||||
{$else if defined(win64)}
|
{$elseif defined(win64)}
|
||||||
libjack = 'libjack64';
|
libjack = 'libjack64';
|
||||||
{$else}
|
{$else}
|
||||||
libjack = 'jack';
|
libjack = 'jack';
|
||||||
|
Loading…
Reference in New Issue
Block a user