aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
Diffstat (limited to 'Game')
-rw-r--r--Game/Code/lib/portaudio/delphi/portaudio.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/portaudio/delphi/portaudio.pas b/Game/Code/lib/portaudio/delphi/portaudio.pas
index a01808ab..31f9ee3a 100644
--- a/Game/Code/lib/portaudio/delphi/portaudio.pas
+++ b/Game/Code/lib/portaudio/delphi/portaudio.pas
@@ -62,7 +62,7 @@ const
{$IFDEF LINUX}
LibName = 'libportaudio.so';
{$ENDIF}
-{$IFDEF MACOS}
+{$IFDEF DARWIN}
LibName = 'libportaudio.dylib';
{$ENDIF}