Avisynth insist on a tag to exist

This commit is contained in:
BtbN 2023-07-20 15:54:19 +02:00
parent 2fe73c5aab
commit c07b573acd
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ ffbuild_enabled() {
ffbuild_dockerbuild() {
cd "$FFBUILD_DLDIR/$SELF"
# their version check is insistant on a tag to exist, so make one
git tag -a ffbuild -m "FFbuild Version"
mkdir build && cd build
cmake -DCMAKE_TOOLCHAIN_FILE="$FFBUILD_CMAKE_TOOLCHAIN" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$FFBUILD_PREFIX" -DHEADERS_ONLY=ON ..