FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

build: fix bundled libffi header path for ninja by mertcanaltin · Pull Request #62750 · nodejs/node · GitHub

/ node Public

build: fix bundled libffi header path for ninja - #62750

Closed
mertcanaltin wants to merge 1 commit into
nodejs:mainfrom
mertcanaltin:mert/uild/fix-libffi-ninja
Closed

build: fix bundled libffi header path for ninja#62750
mertcanaltin wants to merge 1 commit into
nodejs:mainfrom
mertcanaltin:mert/uild/fix-libffi-ninja

Conversation

mertcanaltin commented Apr 15, 2026
edited
Loading

Copy link
Copy Markdown
Member

Hello, yesterday I tried building with --ninja and got this error. Refs: #62735

I removed the static path from node.gyp and fixed it in deps/libffi/libffi.gyp

I tested this commands and get a succes build.

./configure && make -j12
./configure --ninja && ninja -C out/Release

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/gyp
  • @nodejs/security-wg

nodejs-github-bot added build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. labels Apr 15, 2026

Copy link
Copy Markdown
Contributor

Ref: #62731

mertcanaltin commented Apr 15, 2026
edited
Loading

Copy link
Copy Markdown
Member Author

thanks for info!, I'm closed this pr.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL