Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Debian patch: 012_nasm_include.diff
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
build-scripts/makedep.sh
|
@@ -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__ |
|
|
;; |
|
|