Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 16, 2007
1 parent 50406da commit 527b86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -685,7 +685,7 @@ AC_HELP_STRING([--enable-nasm], [use nasm assembly blitters on x86 [[default=yes
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
Expand Down

0 comments on commit 527b86e

Please sign in to comment.