Skip to content

build: look for libnode.so in lib subdirectory - #58213

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
khardix:main
May 22, 2025
Merged

nodejs-github-bot merged 1 commit into
nodejs:mainfrom
khardix:main

Conversation

@khardix

@khardix khardix commented May 7, 2025

Copy link
Copy Markdown
Contributor

When building with --shared, ninja will output the libnode.so into a {build_dir}/lib directory, not in the root {build_dir}. This fixes the install script to look for it in the correct place.


Found during review of a Fedora rpm, where we apparently been moving the libnode.so manually to the root of the build directory manually this entire time. Let's see if we can stop doing that. 😅

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backported-to-v22.x PRs backported to the v22.x-staging branch. build Issues and PRs related to Node.js builds or CI infrastructure. needs-ci PRs that need a full CI run. python PRs and issues that require attention from people who are familiar with Python.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants