Skip to content

build: Fix headers install for shared mode on Windows - #52277

Closed
segevfiner wants to merge 1 commit into
nodejs:mainfrom
segevfiner:fix-shared-node-windows-headers-install
Closed

build: Fix headers install for shared mode on Windows#52277
segevfiner wants to merge 1 commit into
nodejs:mainfrom
segevfiner:fix-shared-node-windows-headers-install

Conversation

@segevfiner

@segevfinersegevfiner commented Mar 30, 2024

Copy link
Copy Markdown
Contributor

Fix headers install for shared mode on Windows.

Note that config_gypi_path is used relative to the working dir in the main part of the script, but is later resolved according to root-dir when trying to use it again later in the script, so I made the path to it absolute.

@nodejs-github-botnodejs-github-bot added build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform. labels Mar 30, 2024
@segevfiner
segevfinerforce-pushed the fix-shared-node-windows-headers-install branch from cffef86 to 619768aCompareMarch 30, 2024 19:39

@StefanStojanovicStefanStojanovic left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested the fix and can confirm it works.

@anonriganonrig added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Apr 10, 2024
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 10, 2024
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@segevfiner

Copy link
Copy Markdown
ContributorAuthor

Landed in c29d53c via PR #52442

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

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.buildIssues and PRs related to build files or the CI.needs-ciPRs that need a full CI run.windowsIssues and PRs related to the Windows platform.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@segevfiner@nodejs-github-bot@anonrig@StefanStojanovic