mirror of
https://github.com/yawut/SDL.git
synced 2026-08-27 03:07:10 -05:00
Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user