Skip to content

Commit 0af7202

Browse files
committed
Make sure soxr always generates its .pc file
1 parent c7915a5 commit 0af7202

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts.d/50-soxr.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ffbuild_enabled() {
88
}
99

1010
ffbuild_dockerbuild() {
11+
# Short-circuit the check to generate a .pc file. We always want it.
12+
sed -i 's/NOT WIN32/1/g' src/CMakeLists.txt
13+
1114
mkdir build && cd build
1215

1316
cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" \

0 commit comments

Comments
 (0)