nasm: limit make targets
nasm can try and fail to build PDF documentation, which will cause the install to fail. Use the same make targets as MacPorts.
This commit is contained in:
parent
0a2f80a879
commit
9ec2423d04
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ class Nasm < Formula
|
|||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make everything"
|
||||
system "make install_everything"
|
||||
system "make install install_rdf"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue