summaryrefslogtreecommitdiff
path: root/homebrew/vc4asm/.make.sh-auto
blob: 045c9abf20793fdf734de99540f5ee6212275bb7 (plain)
1
2
3
4
5
6
7
pkg:setup
ENV.cxx11
inreplace "src/utils.cpp", "#include <unistd.h>", "#include <unistd.h>\n#include <errno.h>"
(buildpath/"src").install resource("old_makefile")
make -C src
bin.install "bin/vc4asm", "bin/vc4dis"
share.install "share/vc4.qinc"