Skip to content

build: fix bundled libffi header path for ninja#62750

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

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

Conversation

@mertcanaltin
Copy link
Copy Markdown
Member

@mertcanaltin mertcanaltin commented Apr 15, 2026

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

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

Review requested:

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

@nodejs-github-bot 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
@shrujalshah28
Copy link
Copy Markdown
Contributor

Ref: #62731

@mertcanaltin
Copy link
Copy Markdown
Member Author

mertcanaltin commented Apr 15, 2026

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

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