mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-06 20:58:37 +01:00
[meta] Restore .a files removal on non-devbuilds.
This was -supposedly mistakenly- removed with 436357e280
This commit is contained in:
parent
bea16263e4
commit
6b6347ea2c
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ function build_arch {
|
|||
ninja install
|
||||
|
||||
if [ $opt_devbuild -eq 0 ]; then
|
||||
# get rid of some useless .a files
|
||||
rm "$DXVK_BUILD_DIR/x$1/"*.!(dll)
|
||||
rm -R "$DXVK_BUILD_DIR/build.$1"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue