Skip to content
This repository has been archived by the owner on Jul 3, 2018. It is now read-only.

determine correct way to express libxul dependency on SpiderNode on Linux #133

Open
mykmelez opened this issue Sep 30, 2016 · 0 comments
Open

Comments

@mykmelez
Copy link
Contributor

toolkit/library/moz.build says:

# 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant