Skip to content

Commit

Permalink
ci: remove obsolete includes for perfetto
Browse files Browse the repository at this point in the history
  • Loading branch information
evdokimovs committed Jul 25, 2024
1 parent cda2890 commit b175553
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/libwebrtc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ fn main() -> anyhow::Result<()> {
.include(libpath.join("include"))
.include(libpath.join("include/third_party/abseil-cpp"))
.include(libpath.join("include/third_party/libyuv/include"))
.include(libpath.join("include/third_party/perfetto/include"))
.include(libpath.join("include/third_party/perfetto/src"))
.flag("-DNOMINMAX");

#[cfg(target_os = "windows")]
Expand Down

0 comments on commit b175553

Please sign in to comment.