Skip to content

Commit 8c95e49

Browse files
committed
Added/updated OpenBSD code and libraries.
1 parent 0069634 commit 8c95e49

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

src/drums.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ procedure tdrumsfo.loadsoundlib(const Sender: TObject);
13431343
lib5 := AnsiString(ordir + 'lib/Linux/64bit/libxmp-64.so');
13441344
{$ENDIF}
13451345

1346-
{$if defined(CPUAMD64) and defined(openbsd) }
1346+
{$if defined(CPUAMD64) and defined(openbsd) }
13471347
lib1 := AnsiString(ordir + 'lib/OpenBSD/64bit/LibPortaudio-64.so');
13481348
lib2 := AnsiString(ordir + 'lib/OpenBSD/64bit/LibSndFile-64.so');
13491349
lib3 := AnsiString(ordir + 'lib/OpenBSD/64bit/LibMpg123-64.so');
-984 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
109 KB
Binary file not shown.
-114 KB
Binary file not shown.

0 commit comments

Comments
 (0)