build: Make package-release version independent

Signed-off-by: Joshua Ashton <joshua@froggi.es>
This commit is contained in:
Joshua Ashton 2021-04-20 17:08:53 +01:00 committed by Hans-Kristian Arntzen
parent 3118696706
commit 0e7e6e9520
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ function build_arch {
# get rid of some useless .a files
rm "$VKD3D_BUILD_DIR/x${arch}/"*.!(dll)
# get rid of vkd3d-proton-utils.dll
rm "$VKD3D_BUILD_DIR/x${arch}/libvkd3d-proton-utils-2.dll"
rm "$VKD3D_BUILD_DIR/x${arch}/libvkd3d-proton-utils-"*
fi
rm -R "$VKD3D_BUILD_DIR/build.${arch}"
fi