aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gobject-introspection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gobject-introspection.rb')
-rw-r--r--Library/Formula/gobject-introspection.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb
index 90140c6d0..8228076f4 100644
--- a/Library/Formula/gobject-introspection.rb
+++ b/Library/Formula/gobject-introspection.rb
@@ -21,6 +21,7 @@ class GobjectIntrospection < Formula
end if build.with? 'tests'
def install
+ ENV['GI_SCANNER_DISABLE_CACHE'] = 'true'
ENV.universal_binary if build.universal?
inreplace 'giscanner/transformer.py', '/usr/share', HOMEBREW_PREFIX/'share'
inreplace 'configure' do |s|