Mercurial > sdl-ios-xcode
changeset 2128:04e9ad5318dc
Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 16 Jun 2007 05:52:34 +0000 |
parents | 3bcc26b74e42 |
children | 047245361002 |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sat Jun 16 05:29:28 2007 +0000 +++ b/configure.in Sat Jun 16 05:52:34 2007 +0000 @@ -685,7 +685,7 @@ if test "x$NASM" != x -a "x$NASM" != x'"$NASM"'; then AC_DEFINE(SDL_HERMES_BLITTERS) SOURCES="$SOURCES $srcdir/src/hermes/*.asm" - NASMFLAGS="$NASMFLAGS -i $srcdir/src/hermes/" + NASMFLAGS="$NASMFLAGS -I $srcdir/src/hermes/" dnl See if hidden visibility is supported echo "GLOBAL _bar:function hidden" > symbol-visibility