Browse Source

* fixed compilation after previous commit

Nikolay Nikolov 7 months ago
parent
commit
904c25745c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/libjack/src/jack.pp

+ 1 - 1
packages/libjack/src/jack.pp

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