mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
[meta] Restore .a files removal on non-devbuilds.
This was -supposedly mistakenly- removed with 436357e28096f5e1e25aa8b72fceb77123ea8404
This commit is contained in:
parent
bea16263e4
commit
6b6347ea2c
@ -61,6 +61,8 @@ function build_arch {
|
|||||||
ninja install
|
ninja install
|
||||||
|
|
||||||
if [ $opt_devbuild -eq 0 ]; then
|
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"
|
rm -R "$DXVK_BUILD_DIR/build.$1"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user