[v8-users] Re: Build failure d8 with v8_static_library option on Mac

2021-01-12 Thread Taeho Nam
As you said, it worked fine on Linux. But with solution you suggested, it worked fine on my Mac too. Thanks. 2021년 1월 12일 화요일 오전 3시 59분 44초 UTC+9에 alex...@gmail.com님이 작성: > I've hit this same issue and a similar issue on Windows. To my limited > understanding, the problem is in BUILD.gn: > > v8_

[v8-users] Re: Build failure d8 with v8_static_library option on Mac

2021-01-11 Thread Alex Kodat
I've hit this same issue and a similar issue on Windows. To my limited understanding, the problem is in BUILD.gn: v8_source_set("v8_wrappers") { configs = [ ":internal_config" ] sources = [ "src/base/platform/wrappers.h" ] } It seems like maybe this should be a v8_header_set as there's no ac