mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-15 08:08:18 +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
|
#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
|
#Linux box and checking the binaries into Git instead. Blech. --aeikum
|
||||||
cd "$TOP"
|
cd "$TOP"
|
||||||
|
|
||||||
mkdir -p "$DST_DIR"/lib64/wine/dxvk
|
mkdir -p "$DST_DIR"/lib64/wine/dxvk
|
||||||
cp "dxvk.win64/dxgi.dll" "$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/
|
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
|
mkdir -p "$DST_DIR"/lib/wine/dxvk
|
||||||
cp "dxvk.win32/dxgi.dll" "$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/
|
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
|
#unfortunately the Steam runtime chroot is too old to build dxvk, so
|
||||||
#we have to build it in the host system
|
#we have to build it in the host system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user