On Tue, Sep 5, 2017 at 11:56 PM, Zac Hansen <xax...@gmail.com> wrote:
> trying to build: 1aead19c276a9679723ecd7c0cfd2f7c1c94a53d
>
> I run
>
>  tools/dev/v8gen.py -vv x64.release
>
> and get:
>
>   Traceback (most recent call last):
>     File "/Users/xaxxon/v8/build/mac/find_sdk.py", line 89, in <module>
>       print main()
>     File "/Users/xaxxon/v8/build/mac/find_sdk.py", line 62, in main
>       raise Exception('No %s+ SDK found' % min_sdk_version)
>   Exception: No 10.12+ SDK found
>
> I really don't want to upgrade from 10.11 - 10.12 loses a lot of features I
> rely on.
>
> Thank you.
>
> --Zac

I believe you are allowed to override it through the environment, but
caveat emptor, it's probably not a tested or supported configuration:

    env FORCE_MAC_SDK_MIN=10.11 tools/dev/v8gen.py -vv x64.release

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to