vrpn: fix build on 10.9
Fixes Homebrew/homebrew#25987. Closes Homebrew/homebrew#27151. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
06c8b873ba
commit
150a39ec33
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue