Skip to content

Commit

Permalink
build-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Aug 6, 2024
1 parent fdc5149 commit 5764bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ path = "../../../libs/bindgen"

# TODO: this causes a warning about lack of linkage target. The point is to ensure that this binary dependency is built first but
# Cargo doesn't respect cdylib targets. https://github.com/rust-lang/cargo/issues/7825
[dependencies.sample_component_json_validator_winrt]
[build-dependencies.sample_component_json_validator_winrt]
path = "../json_validator_winrt"
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ path = "../../../../crates/libs/targets"

# TODO: this causes a warning about lack of linkage target. The point is to ensure that this binary dependency is built first but
# Cargo doesn't respect cdylib targets. https://github.com/rust-lang/cargo/issues/7825
[dependencies.sample_component_json_validator_winrt]
[build-dependencies.sample_component_json_validator_winrt]
path = "../json_validator_winrt"

0 comments on commit 5764bde

Please sign in to comment.