Skip to content

[Feature Request] Add external build tool support #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
MrcSnm opened this issue Mar 24, 2025 · 1 comment
Open

[Feature Request] Add external build tool support #43

MrcSnm opened this issue Mar 24, 2025 · 1 comment

Comments

@MrcSnm
Copy link
Owner

MrcSnm commented Mar 24, 2025

That is super easy to do and may be included in the future.

This is an example of what need to be done:

The dub.json will need to have

"targetType": "external", //Specifies that buildCommand will be used instead, so, redub won't control cache for that project.
"buildCommand": "make",
"libs": ["lib1", "lib2"] //Will specify that the root project will need those libraries to link
@kassane
Copy link
Contributor

kassane commented May 15, 2025

Based on rust-crate cc-rs: https://github.com/kassane/zcc-d/tree/main/samples

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

No branches or pull requests

2 participants