Skip to content

Commit

Permalink
Allow extra args to propagate to build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Drago committed Oct 31, 2019
1 parent 266a760 commit f5241dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $SHELL ./rav1e.cmd
cd ../../..
mkdir build
cd build
cmake -G Ninja -DAVIF_CODEC_DAV1D=1 -DAVIF_LOCAL_DAV1D=1 -DAVIF_CODEC_RAV1E=1 -DAVIF_LOCAL_RAV1E=1 -DCMAKE_BUILD_TYPE=Release ..
cmake -G Ninja -DAVIF_CODEC_DAV1D=1 -DAVIF_LOCAL_DAV1D=1 -DAVIF_CODEC_RAV1E=1 -DAVIF_LOCAL_RAV1E=1 -DCMAKE_BUILD_TYPE=Release "$@" ..
ninja

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

0 comments on commit f5241dc

Please sign in to comment.