aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authoreddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-09 21:09:12 +0000
committereddie-0815 <eddie-0815@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-09 21:09:12 +0000
commit7756a7a686a8d5d348088382079316e733b67a96 (patch)
treea42c50f50e357cad6d4b853863c2b3918fcfd9e9 /Game
parent57b182981383609a328f5766def62542a0a3c288 (diff)
downloadusdx-7756a7a686a8d5d348088382079316e733b67a96.tar.gz
usdx-7756a7a686a8d5d348088382079316e733b67a96.tar.xz
usdx-7756a7a686a8d5d348088382079316e733b67a96.zip
Changed MACOS define to DARWIN.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@767 b956fd51-792f-4845-bead-9b4dfca2ff2c
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}