Mercurial > sdl-ios-xcode
diff build-scripts/makedep.sh @ 4539:d2517c0de52b SDL-1.2
Debian patch: 012_nasm_include.diff
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 18 Jul 2010 07:55:34 -0700 |
parents | 5e6f2972f963 |
children |
line wrap: on
line diff
--- a/build-scripts/makedep.sh Sun Jul 18 07:54:00 2010 -0700 +++ b/build-scripts/makedep.sh Sun Jul 18 07:55:34 2010 -0700 @@ -69,7 +69,7 @@ ;; asm) cat >>${output}.new <<__EOF__ - \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) $src -o \$@ + \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) -I\$(srcdir)/src/hermes/ $src -o \$@ __EOF__ ;;