Navigation Menu

Skip to content

Commit

Permalink
Debian patch: 012_nasm_include.diff
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 18, 2010
1 parent 071cfd2 commit ef2389d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/makedep.sh
Expand Up @@ -69,7 +69,7 @@ __EOF__
;;
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__
;;
Expand Down

0 comments on commit ef2389d

Please sign in to comment.