mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-14 15:48:11 +03:00
build_proton: Dump dxvk version into dist
This commit is contained in:
parent
161118c064
commit
6f1ab7537b
@ -437,12 +437,16 @@ function build_vrclient32
|
||||
#Debian 9 is too old to build dxvk, so I gave up and I'm building it on my Arch
|
||||
#Linux box and checking the binaries into Git instead. Blech. --aeikum
|
||||
cd "$TOP"
|
||||
|
||||
mkdir -p "$DST_DIR"/lib64/wine/dxvk
|
||||
cp "dxvk.win64/dxgi.dll" "$DST_DIR"/lib64/wine/dxvk/
|
||||
cp "dxvk.win64/d3d11.dll" "$DST_DIR"/lib64/wine/dxvk/
|
||||
git submodule status -- dxvk > "$DST_DIR"/lib64/wine/dxvk/version
|
||||
|
||||
mkdir -p "$DST_DIR"/lib/wine/dxvk
|
||||
cp "dxvk.win32/dxgi.dll" "$DST_DIR"/lib/wine/dxvk/
|
||||
cp "dxvk.win32/d3d11.dll" "$DST_DIR"/lib/wine/dxvk/
|
||||
git submodule status -- dxvk > "$DST_DIR"/lib/wine/dxvk/version
|
||||
|
||||
#unfortunately the Steam runtime chroot is too old to build dxvk, so
|
||||
#we have to build it in the host system
|
||||
|
Loading…
x
Reference in New Issue
Block a user