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 was 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',
]