Mercurial > sdl-ios-xcode
changeset 3007:b30409e106f2
Date: Fri, 9 Jan 2009 19:18:23 +0600
Subject: SDL. macos build problem
When I try to cross-build SDL1.3 r4362 it fails for macos. It seems there
is a typo in configure.in. Please, consider attached patch.
Mikle
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 09 Jan 2009 13:58:28 +0000 |
parents | cb792923274e |
children | 786a48f8309c |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Jan 06 04:33:57 2009 +0000 +++ b/configure.in Fri Jan 09 13:58:28 2009 +0000 @@ -2648,7 +2648,7 @@ EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,IOKit" # If either the audio or CD driver is used, add the AudioUnit framework if test x$enable_audio = xyes -o x$enable_cdrom = xyes; then - EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -framework,AudioToolbox -Wl,-framework,AudioUnit" + EXTRA_LDFLAGS="$EXTRA_LDFLAGS -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox -Wl,-framework,AudioUnit" fi ;; *-*-mint*)