servo / rust-mozjs

DEPRECATED - moved to servo/mozjs instead.
Mozilla Public License 2.0
293 stars 117 forks source link

is mozjs statically linked? #176

Closed benoitc closed 9 years ago

benoitc commented 9 years ago

Is mozjs actually statically linked? Or does it use system libs?

michaelwu commented 9 years ago

Statically linked on Linux and OSX, dynamically linked on Android and Gonk. mozjs has some changes that aren't upstreamed yet so system libs aren't an option anyway.

benoitc commented 9 years ago

ok thanks for the info :) On Mon 6 Jul 2015 at 12:07 Michael Wu notifications@github.com wrote:

Statically linked on Linux and OSX, dynamically linked on Android and Gonk. mozjs has some changes that aren't upstreamed yet so system libs aren't an option anyway.

— Reply to this email directly or view it on GitHub https://github.com/servo/rust-mozjs/issues/176#issuecomment-118792990.