-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): support for non-Linux IDEs
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 <[email protected]>
- Loading branch information
1 parent
9cc8d33
commit d693ea2
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,5 @@ Cargo.lock | |
|
||
/rust-toolchain.toml | ||
.idea | ||
.vscode | ||
.vscode | ||
.pregenerated |
This file contains 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
This file contains 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