aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vrpn.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/vrpn.rb b/Library/Formula/vrpn.rb
index dd5f351d1..ca137d4df 100644
--- a/Library/Formula/vrpn.rb
+++ b/Library/Formula/vrpn.rb
@@ -15,6 +15,8 @@ class Vrpn < Formula
depends_on 'doxygen' if build.include? 'docs'
def install
+ ENV.libstdcxx
+
args = std_cmake_args
if build.include? 'clients'