From 6f1ab7537bbb787e38ab6b71278b0bcfa881b477 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Fri, 18 May 2018 14:13:34 -0500 Subject: [PATCH] build_proton: Dump dxvk version into dist --- build_proton.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build_proton.sh b/build_proton.sh index 712b6409..0f368300 100755 --- a/build_proton.sh +++ b/build_proton.sh @@ -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