indutny/gyp.js

`shared_library` support

Open

#2 建立於 2016年6月12日

在 GitHub 查看
 (23 留言) (0 反應) (0 負責人)JavaScript (10 fork)github user discovery
help wantedhigh-priority

倉庫指標

Star
 (160 star)
PR 合併指標
 (PR 指標待抓取)

描述

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)

貢獻者指南