Skip to content

Generates node.lib for Windows Node.js#123

Closed
hellobertrand wants to merge 1 commit intomainfrom
fix/nodejs-windows-build
Closed

Generates node.lib for Windows Node.js#123
hellobertrand wants to merge 1 commit intomainfrom
fix/nodejs-windows-build

Conversation

@hellobertrand
Copy link
Owner

On MSVC, cmake-js provides a .def file but not the corresponding .lib file required for linking Node.js add-ons. This explicitly creates the .lib file from the .def, resolving link errors and ensuring successful builds.

On MSVC, `cmake-js` provides a .def file but not the corresponding .lib file required for linking Node.js add-ons. This explicitly creates the .lib file from the .def, resolving link errors and ensuring successful builds.
@codecov
Copy link

codecov bot commented Mar 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@hellobertrand hellobertrand deleted the fix/nodejs-windows-build branch March 1, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant