diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/google-sparsehash.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/google-sparsehash.rb b/Library/Formula/google-sparsehash.rb index 66f70ca92..66eb484f1 100644 --- a/Library/Formula/google-sparsehash.rb +++ b/Library/Formula/google-sparsehash.rb @@ -5,7 +5,10 @@ class GoogleSparsehash < Formula url 'http://sparsehash.googlecode.com/files/sparsehash-2.0.2.tar.gz' sha1 '12c7552400b3e20464b3362286653fc17366643e' + option :cxx11 + def install + ENV.cxx11 if build.cxx11? system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make check" |
