Skip to content
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

feat(build): support for non-Linux IDEs #82

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Conversation

dsavitskiy
Copy link
Contributor

Rust code generated by build script is now conditionally included from the output directory for the Linux target, and included from ./.pregenerated/ directory for non-Linux targets.
This allows to copy files generated for Linux to a non-Linux platform, and an IDE will recognize all the generated definitions.

Rust code generated by build script is now conditionally included from
the output directory for the Linux target, and included from ./.pregenerated/
directory for non-Linux targets.
This allows to copy files generated for Linux to a non-Linux platform,
and an IDE will recognize all the generated definitions.

Signed-off-by: Dmitry Savitskiy <dmitry.savitskiy@datacore.com>
@dsavitskiy dsavitskiy merged commit a8969cd into develop Sep 21, 2023
3 checks passed
@dsavitskiy dsavitskiy deleted the non-linux-ide branch September 21, 2023 10:43
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.

3 participants