You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.
# Force libxul to depend on the SpiderNode libs. This shouldn't be here,
# but I haven't been able to figure out how to get it to happen on Linux
# without this hack. Ugh.
# TODO: figure out the right way do this.
USE_LIBS += [
'static:/positron/app/spidernode/.libs/cares',
'static:/positron/app/spidernode/.libs/http_parser',
'static:/positron/app/spidernode/.libs/node',
'static:/positron/app/spidernode/.libs/openssl',
'static:/positron/app/spidernode/.libs/spidershim',
'static:/positron/app/spidernode/.libs/uv',
'static:/positron/app/spidernode/.libs/zlib',
]
So we should do what it says.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
toolkit/library/moz.build says:
So we should do what it says.
The text was updated successfully, but these errors were encountered: