indutny/gyp.js

`shared_library` support

Open

#2 aberto em 12 de jun. de 2016

Ver no GitHub
 (23 comments) (0 reactions) (0 assignees)JavaScript (10 forks)github user discovery
help wantedhigh-priority

Métricas do repositório

Stars
 (160 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

gyp.js currently supports static_library, executable, and none target_type, but shared_library is very important for Node.js addons! Therefore we need to support it in ninja.

Hints:

  • New ninja rule solink needs to be added here
  • This rule should be used there

Possible problems - many.

Support:

  • OS X
  • Windows
  • Linux
  • FreeBSD (needs verification, should work)
  • Others (needs verification, should work)

Guia do colaborador