Skip to content

Commit f5241dc

Browse files
author
Joe Drago
committed
Allow extra args to propagate to build.sh
1 parent 266a760 commit f5241dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $SHELL ./rav1e.cmd
3737
cd ../../..
3838
mkdir build
3939
cd build
40-
cmake -G Ninja -DAVIF_CODEC_DAV1D=1 -DAVIF_LOCAL_DAV1D=1 -DAVIF_CODEC_RAV1E=1 -DAVIF_LOCAL_RAV1E=1 -DCMAKE_BUILD_TYPE=Release ..
40+
cmake -G Ninja -DAVIF_CODEC_DAV1D=1 -DAVIF_LOCAL_DAV1D=1 -DAVIF_CODEC_RAV1E=1 -DAVIF_LOCAL_RAV1E=1 -DCMAKE_BUILD_TYPE=Release "$@" ..
4141
ninja
4242

4343
echo If there are no errors above, "$COLORIST_ROOT/build/bin/colorist/colorist" should be available. Copy/link it somewhere in your PATH.

0 commit comments

Comments
 (0)