indutny/gyp.js

`shared_library` support

Open

#2 geöffnet am 12. Juni 2016

Auf GitHub ansehen
 (23 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (10 Forks)github user discovery
help wantedhigh-priority

Repository-Metriken

Stars
 (160 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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)

Contributor Guide