Skip to content

spa: Fix rerun-if-changed path in build.rs

Tom Wagner requested to merge ryuukyu/pipewire-rs:main into main

Noticed that libspa would always recompile regardless of changes, this was caused by a wrong path in the build.rs file. Now it only recompiles when it needs to.

Merge request reports