diff options
| author | Andy Li | 2015-03-24 18:48:54 +0800 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-24 13:42:49 +0000 |
| commit | b3bc3728f22d799f0fa5800f45540f3562806d9b (patch) | |
| tree | b6ff958c6138c1d5b554f8300845212bfdf3272b /Library | |
| parent | 5d2623cf6d0a36fcba8a985171ad6b260ea26440 (diff) | |
| download | homebrew-b3bc3728f22d799f0fa5800f45540f3562806d9b.tar.bz2 | |
haxe: use `make OCAMLOPT=ocamlopt.opt` to build faster
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/haxe.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/haxe.rb b/Library/Formula/haxe.rb index 619716cc3..23b3d3374 100644 --- a/Library/Formula/haxe.rb +++ b/Library/Formula/haxe.rb @@ -27,7 +27,7 @@ class Haxe < Formula def install # Build requires targets to be built in specific order ENV.deparallelize - system "make" + system "make", "OCAMLOPT=ocamlopt.opt" bin.mkpath system "make", "install", "INSTALL_BIN_DIR=#{bin}", "INSTALL_LIB_DIR=#{lib}/haxe" |
