field3d: remove scons
This commit is contained in:
parent
a159eadbb5
commit
4b8eb28816
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Field3d < Formula
|
|||
depends_on "ilmbase"
|
||||
|
||||
def install
|
||||
scons
|
||||
system "scons"
|
||||
include.install Dir["install/**/**/release/include/*"]
|
||||
lib.install Dir["install/**/**/release/lib/*"]
|
||||
man1.install "man/f3dinfo.1"
|
||||
|
|
Loading…
Reference in a new issue