diff options
Diffstat (limited to 'homebrew/unicorn/.make.sh-auto')
-rw-r--r-- | homebrew/unicorn/.make.sh-auto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/unicorn/.make.sh-auto b/homebrew/unicorn/.make.sh-auto new file mode 100644 index 000000000..4c63825df --- /dev/null +++ b/homebrew/unicorn/.make.sh-auto @@ -0,0 +1,9 @@ +pkg:setup +ENV["PREFIX"] = prefix +ENV["UNICORN_ARCHS"] = "x86 x86_64 arm mips aarch64 m64k ppc sparc" +ENV["UNICORN_SHARED"] = "yes" +ENV["UNICORN_DEBUG"] = "no" +make +make DESTDIR=${PKG_DEST} install +cd "bindings/python" +python *Language::Python.setup_install_args(prefix) |