aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/x264.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/x264.rb b/Library/Formula/x264.rb
index c8363d8ae..5a187d71c 100644
--- a/Library/Formula/x264.rb
+++ b/Library/Formula/x264.rb
@@ -9,6 +9,7 @@ class X264 <Formula
def install
+ system "./version.sh"
system "./configure", "--prefix=#{prefix}",
"--enable-shared"