aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAndy Li2015-03-24 18:48:54 +0800
committerMike McQuaid2015-03-24 13:42:49 +0000
commitb3bc3728f22d799f0fa5800f45540f3562806d9b (patch)
treeb6ff958c6138c1d5b554f8300845212bfdf3272b /Library
parent5d2623cf6d0a36fcba8a985171ad6b260ea26440 (diff)
downloadhomebrew-b3bc3728f22d799f0fa5800f45540f3562806d9b.tar.bz2
haxe: use `make OCAMLOPT=ocamlopt.opt` to build faster
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/haxe.rb2
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"