We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7915a5 commit 0af7202Copy full SHA for 0af7202
scripts.d/50-soxr.sh
@@ -8,6 +8,9 @@ ffbuild_enabled() {
8
}
9
10
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
+
14
mkdir build && cd build
15
16
cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" \
0 commit comments