Skip to content

Commit edb73d0

Browse files
committed
chore(mpp): update CMake install prefix to use FFBUILD_PREFIX variable
* Changed the `-DCMAKE_INSTALL_PREFIX` from a hardcoded path to use the `"$FFBUILD_PREFIX"` variable for better flexibility in build configurations.
1 parent 886e85a commit edb73d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.d/51-rk/50-mpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ffbuild_dockerdl() {
1414
ffbuild_dockerbuild() {
1515
mkdir build && cd build
1616
cmake \
17-
-DCMAKE_INSTALL_PREFIX=/usr \
17+
-DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" \
1818
-DCMAKE_BUILD_TYPE=Release \
1919
-DBUILD_SHARED_LIBS=ON \
2020
-DBUILD_TEST=OFF

0 commit comments

Comments
 (0)