mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
561 stars 64 forks source link

determine correct way to express SpiderNode dependency on static:js #132

Open mykmelez opened 7 years ago

mykmelez commented 7 years ago

positron/webidl/moz.build contains this declaration:

# Declare a dependency on static libjs in an attempt to force it to get built
# before compiling and linking SpiderNode.
# TODO: figure out a better way to express this dependency (and SpiderNode's
# dependency on icudata.o, for that matter).
USE_LIBS += ['static:js']

So we should do what it says.