spidermonkey: use stdenv to ensure libc++
This commit is contained in:
parent
74d157464e
commit
dbe2234a5a
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ class Spidermonkey < Formula
|
|||
depends_on 'readline'
|
||||
depends_on 'nspr'
|
||||
|
||||
# spidermonkey builds using libstdc++ with clang in superenv
|
||||
# TODO fix this under superenv
|
||||
env :std
|
||||
|
||||
def install
|
||||
# aparently this flag causes the build to fail for ivanvc on 10.5 with a
|
||||
# penryn (core 2 duo) CPU. So lets be cautious here and remove it.
|
||||
|
|
Loading…
Reference in a new issue