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_
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