Skip to content

feat(build): Add symlink for metacall.h header#35

Closed
k5602 wants to merge 1 commit intometacall:masterfrom
k5602:symlink
Closed

feat(build): Add symlink for metacall.h header#35
k5602 wants to merge 1 commit intometacall:masterfrom
k5602:symlink

Conversation

@k5602
Copy link
Copy Markdown

@k5602 k5602 commented Mar 25, 2026

Create a symlink for the metacall.h header file within the output directory. This ensures that the header is accessible at the expected location.

Create a symlink for the `metacall.h` header file within the output
directory. This ensures that the header is accessible at the expected
location.
(symlink source-file symlink-target)))))
(add-after 'install 'symlink-metacall-header
(lambda* (#:key outputs #:allow-other-keys)
(let ((header (string-append (assoc-ref outputs "out") "/include/metacall/metacall.h"))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this is wrong it must copy the whole metacall folder and the destination is correct but it must be include/metacall too.

@viferga
Copy link
Copy Markdown
Member

viferga commented Mar 26, 2026

@k5602 run it locally and send me the screenshot of /gnu/include once you finish

@k5602 k5602 closed this Mar 26, 2026
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.

2 participants