Skip to content

Commit

Permalink
build: Fix path for signalling_protocol.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Nov 8, 2023
1 parent 1824208 commit e1167b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fn main() {
}

fn generate_typescript_bindings() {
println!("cargo:rerun-if-changed=src/signalling_protocol.rs");
println!("cargo:rerun-if-changed=src/stream/webrtc/signalling_protocol.rs");
// Generate all typescript bindings and join them into a single String
let bindings = [
Message::export_to_string().unwrap(),
Expand Down

0 comments on commit e1167b7

Please sign in to comment.